From: Thomas Glanzmann Date: Sun, 22 May 2005 18:27:28 +0000 (+0200) Subject: [PATCH] Makefile: Solaris fix: call $(MAKE) instead of make for subdirectories X-Git-Tag: v0.99~497 X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;ds=sidebyside;h=ca67f002194cfe00ec349c7d4e2c936e35f8c669;p=git.git [PATCH] Makefile: Solaris fix: call $(MAKE) instead of make for subdirectories Signed-off-by: Thomas Glanzmann Signed-off-by: Linus Torvalds --- diff --git a/Makefile b/Makefile index 120d3c12..3dec8b83 100644 --- a/Makefile +++ b/Makefile @@ -129,11 +129,11 @@ diffcore-pathspec.o : $(LIB_H) diffcore.h diffcore-pickaxe.o : $(LIB_H) diffcore.h test: all - make -C t/ all + $(MAKE) -C t/ all clean: rm -f *.o mozilla-sha1/*.o ppc/*.o $(PROG) $(LIB_FILE) - make -C Documentation/ clean + $(MAKE) -C Documentation/ clean backup: clean cd .. ; tar czvf dircache.tar.gz dir-cache