Fixup for gcc headers (if installed)

This commit is contained in:
Ben Gras 2005-10-13 12:46:23 +00:00
parent 54709f5a3a
commit f04d46f456

View file

@ -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