From: Philip Homburg Date: Thu, 12 Jan 2006 14:51:12 +0000 (+0000) Subject: '$(GMAKE) all' in lib target X-Git-Tag: v3.1.2a~449 X-Git-Url: http://zhaoyanbai.com/repos/?a=commitdiff_plain;h=c461b0c63ddbc80a2f336bf8f0fc751e08a4150d;p=minix.git '$(GMAKE) all' in lib target --- diff --git a/Makefile b/Makefile index 1dfec7744..433c105c0 100755 --- 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