Advertisement
Guest User

Untitled

a guest
Apr 24th, 2012
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. diff --git a/stglibs/Makefile b/stglibs/Makefile
  2. index 912be63..6b9fbe4 100644
  3. --- a/stglibs/Makefile
  4. +++ b/stglibs/Makefile
  5. @@ -7,9 +7,9 @@ include ../Makefile.conf
  6. .PHONY: all $(STG_LIBS)
  7. .PHONY: clean install uninstall includes
  8. all: $(STG_LIBS)
  9. -
  10. -$(STG_LIBS):
  11. - $(MAKE) $(MAKECMDGOALS) -C $@
  12. + for LIB in $(STG_LIBS); do\
  13. + $(MAKE) $(MAKECMDGOALS) -C $$LIB;\
  14. + done
  15.  
  16. includes: all
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement