chiark / gitweb /
do not use MAKEFLAGS
authormartin f. krafft <madduck@debian.org>
Wed, 19 Nov 2008 15:57:09 +0000 (16:57 +0100)
committermartin f. krafft <madduck@debian.org>
Wed, 19 Nov 2008 16:15:27 +0000 (17:15 +0100)
Signed-off-by: martin f. krafft <madduck@debian.org>
debian/tg2quilt.mk

index 2ad3cba29b6da481a477e6a9a42264c619cd1b1a..85445b2c89f5471a137cecb7c772cd7af149625f 100644 (file)
@@ -69,7 +69,7 @@ $(QUILT_STAMPFN): tg-export
 unpatch: __tg-temp-export
 __tg-temp-export:
        @echo "Exporting TopGit branches to series so that quilt can clean up..." >&2
-       $(MAKE) $(MAKEFLAGS) -f debian/rules tg-export
+       $(MAKE) -f debian/rules tg-export
 .PHONY: __tg-temp-export
 
 # Set some tg-export-specific variables, e.g. default TG_BRANCHES to all
@@ -121,7 +121,7 @@ endif
 
 # Make sure that we try to clean up the patches directory last
 tg-clean: clean
-       $(MAKE) $(MAKEFLAGS) -f debian/rules tg-rmdir
+       $(MAKE) -f debian/rules tg-rmdir
 
 tg-forceclean: clean
        test -d debian/patches && rm -r $(PATCHES_DIR) || :