From: Ben Gras Date: Tue, 18 Oct 2005 17:21:24 +0000 (+0000) Subject: gcc includes fixup X-Git-Tag: v3.1.2a~610 X-Git-Url: http://zhaoyanbai.com/repos/?a=commitdiff_plain;h=e50b7818843c86cb9bce5212a84ac7617f94db65;p=minix.git gcc includes fixup --- diff --git a/include/Makefile b/include/Makefile index dcd8c1161..78a5d2447 100644 --- a/include/Makefile +++ b/include/Makefile @@ -13,4 +13,4 @@ install:: cpdir . $(INC) @chown -R bin $(INC) @rm -f $(INC)/Makefile -# if [ -f $(MKHEADERS) ] ; then sh $(MKHEADERS) ; fi + if [ -f $(MKHEADERS) ] ; then sh $(MKHEADERS) ; fi