From: Ben Gras Date: Thu, 13 Oct 2005 12:46:23 +0000 (+0000) Subject: Fixup for gcc headers (if installed) X-Git-Tag: v3.1.2a~626 X-Git-Url: http://zhaoyanbai.com/repos/man.dnssec-keyfromlabel.html?a=commitdiff_plain;h=f04d46f45651f935dee27f1b6f3f81efc743c66b;p=minix.git Fixup for gcc headers (if installed) --- diff --git a/include/Makefile b/include/Makefile index c4474ec75..78a5d2447 100644 --- a/include/Makefile +++ b/include/Makefile @@ -1,5 +1,7 @@ INC=/usr/include +GCCVERSION=3.4.3 +MKHEADERS=/usr/gnu//libexec/gcc/i386-pc-minix/$(GCCVERSION)/install-tools/mkheaders all:: @@ -11,3 +13,4 @@ install:: cpdir . $(INC) @chown -R bin $(INC) @rm -f $(INC)/Makefile + if [ -f $(MKHEADERS) ] ; then sh $(MKHEADERS) ; fi