git.stg.codes
/
stg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
f8054f1
)
Explicitly recurse through subdirs in stglibs.
author
Maxim Mamontov
<faust.madf@gmail.com>
Sun, 22 Apr 2012 07:25:05 +0000
(10:25 +0300)
committer
Maxim Mamontov
<faust.madf@gmail.com>
Sun, 22 Apr 2012 07:25:05 +0000
(10:25 +0300)
stglibs/Makefile
patch
|
blob
|
history
diff --git
a/stglibs/Makefile
b/stglibs/Makefile
index 912be63debeb836291c7b4b6fe34904288502d56..6b9fbe4023b727919647aba2f08954a63a1b87c5 100644
(file)
--- a/
stglibs/Makefile
+++ b/
stglibs/Makefile
@@
-7,9
+7,9
@@
include ../Makefile.conf
.PHONY: all $(STG_LIBS)
.PHONY: clean install uninstall includes
all: $(STG_LIBS)
.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
includes: all