Fix compatibility with make 4
authorRalf Jung <post@ralfj.de>
Sat, 10 May 2014 13:59:16 +0000 (15:59 +0200)
committerRalf Jung <post@ralfj.de>
Sat, 10 May 2014 13:59:16 +0000 (15:59 +0200)
auto_debuild.py

index 524603fab73d64c2832326fb8bb0f2cb82cba500..0d2f65ebc6b1530bd9c03a7b7cf5b2cb6f32a400 100755 (executable)
@@ -105,7 +105,7 @@ class RulesFile:
                print(file=f)
                print(".PHONY: build", file=f) # there may be a directory called "build"
                print(file=f)
-               print("build %:", file=f) # need to mention "build" here again explicitly so PHONY takes effect
+               print("%:", file=f)
                # write proper dh call
                dh = self.dh
                if self.dhWith: