DORMANTno replies

[PATCH] Makefile: Solaris fix: call $(MAKE) instead of make for subdirectories

From: Thomas Glanzmann <hidden>
Date: 2016-06-15 22:41:58

[PATCH] Makefile: Solaris fix: call $(MAKE) instead of make for subdirectories

Signed-off-by: Thomas Glanzmann <redacted>
--- a/Makefile
+++ b/Makefile
@@ -134,11 +134,11 @@
 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
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help