]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commitdiff
Use $(MAKE) rather than hardcoded "make", to aid build process on
authorMatthias Andree <matthias.andree@gmx.de>
Fri, 1 Aug 2003 13:09:15 +0000 (15:09 +0200)
committerMatthias Andree <matthias.andree@gmx.de>
Fri, 1 Aug 2003 13:09:15 +0000 (15:09 +0200)
systems that expect GNU make as "gmake".

Makefile.in

index 7eb1bbc942c619651b1c60bf2ef4b512c92ed9eb..d86f9231eafa6ee6631913d94a39158283202b38 100644 (file)
@@ -26,7 +26,7 @@ all:: subs
        $(MAKE) docs
 
 subs:
-       for i in $(SUBS) ; do if test -d `dirname $$i` ; then make $$i ; fi ; done
+       for i in $(SUBS) ; do if test -d `dirname $$i` ; then $(MAKE) $$i ; fi ; done
 
 progs: subs all-progs-recursive
 libs: subs all-libs-recursive