From: Ben Gras Date: Thu, 20 Oct 2005 20:38:12 +0000 (+0000) Subject: gcc separate target X-Git-Tag: v3.1.2a~586 X-Git-Url: http://zhaoyanbai.com/repos/?a=commitdiff_plain;h=b74617dede65f405faee966841d4f6b68b906f36;p=minix.git gcc separate target --- diff --git a/include/Makefile b/include/Makefile index 78a5d2447..36df53de5 100644 --- a/include/Makefile +++ b/include/Makefile @@ -13,4 +13,6 @@ install:: cpdir . $(INC) @chown -R bin $(INC) @rm -f $(INC)/Makefile + +gcc: install if [ -f $(MKHEADERS) ] ; then sh $(MKHEADERS) ; fi