diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2009-02-17 12:51:14 -0500 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2009-02-17 12:51:14 -0500 |
commit | 58c92e7d43f7bb58f4ffbbf613b47e6f6c0ff77d (patch) | |
tree | 327c7fb7d59a137fbf5650708d67e3caa255e874 | |
parent | 8cdac50db64b2f2d6aacdcfc4683fdcf79cee629 (diff) | |
download | debhelper-58c92e7d43f7bb58f4ffbbf613b47e6f6c0ff77d.tar.gz |
use -BF here too
-rwxr-xr-x | examples/rules.tiny | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/rules.tiny b/examples/rules.tiny index cbe925d7..2d6c9877 100755 --- a/examples/rules.tiny +++ b/examples/rules.tiny @@ -1,3 +1,3 @@ -#!/usr/bin/make -f +#!/usr/bin/make -Bf %: dh $@ |