From f04d46f45651f935dee27f1b6f3f81efc743c66b Mon Sep 17 00:00:00 2001 From: Ben Gras Date: Thu, 13 Oct 2005 12:46:23 +0000 Subject: [PATCH] Fixup for gcc headers (if installed) --- include/Makefile | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.44.0