build: Fix bsdiff Makefile circular dependency
authorDan Nicholson <nicholson@endlessm.com>
Mon, 16 Oct 2017 16:24:16 +0000 (16:24 +0000)
committerAtomic Bot <atomic-devel@projectatomic.io>
Mon, 16 Oct 2017 16:40:11 +0000 (16:40 +0000)
commit9b3e01be301fbad2d1b9611c4eaa83f675f0c04b
treec7d0d54392fc66a6ad56c25db6dc987df49c567d
parent1c108d1b68fd8792e799c5d7b139223178924f98
build: Fix bsdiff Makefile circular dependency

The intended use was to have the .am.inc generated from the .am like the
libglnx one. Without this, make was detecting a circular dependency and
dropping the rule:

  make: Circular bsdiff/Makefile-bsdiff.am.inc <- bsdiff/Makefile-bsdiff.am.inc dependency dropped.

Closes: #1276
Approved by: jlebon
Makefile.am