From ca67f002194cfe00ec349c7d4e2c936e35f8c669 Mon Sep 17 00:00:00 2001 From: Thomas Glanzmann Date: Sun, 22 May 2005 20:27:28 +0200 Subject: [PATCH] [PATCH] Makefile: Solaris fix: call $(MAKE) instead of make for subdirectories Signed-off-by: Thomas Glanzmann Signed-off-by: Linus Torvalds --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.11.0