From: Ben Gras Date: Wed, 1 Sep 2010 18:28:55 +0000 (+0000) Subject: also make gcc includes before compiling gcc libraries. X-Git-Tag: v3.1.8~26 X-Git-Url: http://zhaoyanbai.com/repos/?a=commitdiff_plain;h=c6cfdbffe49ee0558e18b50509e45cc47f4e4df3;p=minix.git also make gcc includes before compiling gcc libraries. --- diff --git a/Makefile b/Makefile index fc078cee7..dafef5f6a 100644 --- a/Makefile +++ b/Makefile @@ -54,7 +54,7 @@ gnu-includes: includes SHELL=/bin/sh; if [ -f $(MKHEADERS443) ] ; then sh -e $(MKHEADERS443) ; fi SHELL=/bin/sh; if [ -f $(MKHEADERS443_PKGSRC) ] ; then sh -e $(MKHEADERS443_PKGSRC) ; fi -gnu-libraries: includes +gnu-libraries: gnu-includes includes $(MAKE) -C lib build_gnu clang-libraries: includes