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