Fixup for gcc headers (if installed)
This commit is contained in:
parent
54709f5a3a
commit
f04d46f456
1 changed files with 3 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
||||||
|
|
||||||
INC=/usr/include
|
INC=/usr/include
|
||||||
|
GCCVERSION=3.4.3
|
||||||
|
MKHEADERS=/usr/gnu//libexec/gcc/i386-pc-minix/$(GCCVERSION)/install-tools/mkheaders
|
||||||
|
|
||||||
all::
|
all::
|
||||||
|
|
||||||
|
@ -11,3 +13,4 @@ install::
|
||||||
cpdir . $(INC)
|
cpdir . $(INC)
|
||||||
@chown -R bin $(INC)
|
@chown -R bin $(INC)
|
||||||
@rm -f $(INC)/Makefile
|
@rm -f $(INC)/Makefile
|
||||||
|
if [ -f $(MKHEADERS) ] ; then sh $(MKHEADERS) ; fi
|
||||||
|
|
Loading…
Reference in a new issue