]> git.donarmstrong.com Git - debhelper.git/commit
dh: Support debian/rules calling make with -B
authorJoey Hess <joey@gnu.kitenet.net>
Tue, 17 Feb 2009 17:21:01 +0000 (12:21 -0500)
committerJoey Hess <joey@gnu.kitenet.net>
Tue, 17 Feb 2009 17:21:01 +0000 (12:21 -0500)
commit378b377ef732119de4c2a08dcb9721500b017da1
treec8e46d06901320360d52dfde8458d38cbb641534
parentae4994f07656deb47ffc55b8ebd4668c158b9333
dh: Support debian/rules calling make with -B

That is useful to avoid issues with phony implicit rules
(see bug #509756).

Apparently make treats the name of the Makfile as an automaticall
set up target, so this causes it to try to build the Makefile
even though it's up-to-date, and the implicit target
makes it run 'dh debian/rules'.

So, make that a no-op.
debian/changelog
debian/rules
dh