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