]> Zhao Yanbai Git Server - minix.git/commitdiff
'$(GMAKE) all' in lib target
authorPhilip Homburg <philip@cs.vu.nl>
Thu, 12 Jan 2006 14:51:12 +0000 (14:51 +0000)
committerPhilip Homburg <philip@cs.vu.nl>
Thu, 12 Jan 2006 14:51:12 +0000 (14:51 +0000)
Makefile

index 1dfec7744ce9fe34d8ff6287fc1a514fbb93394c..433c105c00b9e05c2b51dcb7f9d4f66ecbd54778 100755 (executable)
--- a/Makefile
+++ b/Makefile
@@ -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