diff --git a/include/Makefile b/include/Makefile index 78a5d2447..36df53de5 100644 --- a/include/Makefile +++ b/include/Makefile @@ -13,4 +13,6 @@ install:: cpdir . $(INC) @chown -R bin $(INC) @rm -f $(INC)/Makefile + +gcc: install if [ -f $(MKHEADERS) ] ; then sh $(MKHEADERS) ; fi