]> git.stg.codes - stg.git/blobdiff - stglibs/Makefile
Merge remote-tracking branch 'origin/stg-2.409' into ticket37
[stg.git] / stglibs / Makefile
index 912be63debeb836291c7b4b6fe34904288502d56..6b9fbe4023b727919647aba2f08954a63a1b87c5 100644 (file)
@@ -7,9 +7,9 @@ include ../Makefile.conf
 .PHONY: all $(STG_LIBS)
 .PHONY: clean install uninstall includes
 all: $(STG_LIBS)
-
-$(STG_LIBS):
-       $(MAKE) $(MAKECMDGOALS) -C $@
+       for LIB in $(STG_LIBS); do\
+           $(MAKE) $(MAKECMDGOALS) -C $$LIB;\
+       done
 
 includes: all