'$(GMAKE) all' in lib target

This commit is contained in:
Philip Homburg 2006-01-12 14:51:12 +00:00
parent a5cc1cb8d1
commit c461b0c63d

View file

@ -38,7 +38,7 @@ includes:
cd include && $(MAKE) install gcc
libraries:
cd lib && $(GMAKE) install
cd lib && $(GMAKE) all && $(GMAKE) install
cmds:
if [ -f commands/Makefile ] ; then cd commands && $(MAKE) all; fi