From e50b7818843c86cb9bce5212a84ac7617f94db65 Mon Sep 17 00:00:00 2001 From: Ben Gras Date: Tue, 18 Oct 2005 17:21:24 +0000 Subject: [PATCH] gcc includes fixup --- include/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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