From 92ffc5072ae2847c8d292bad66b5533033912a12 Mon Sep 17 00:00:00 2001 From: bjorn Date: Thu, 11 Sep 2008 08:35:17 +0000 Subject: Fix binary-dist to include gfc and exclude compiled grammars, since the latter didn't work anyway. NOTE: you must re-run autoconf (actually the previous patch is the one that requires this). --- src/Makefile.binary | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Makefile.binary') diff --git a/src/Makefile.binary b/src/Makefile.binary index 9eb62c382..0ae18a2e7 100644 --- a/src/Makefile.binary +++ b/src/Makefile.binary @@ -8,6 +8,7 @@ GF_LIB_DIR=$(GF_DATA_DIR)/lib install: $(INSTALL) -d $(bindir) $(INSTALL) gf$(EXEEXT) gfdoc$(EXEEXT) $(bindir) + $(INSTALL) gfc$(EXEEXT) $(bindir) $(INSTALL) -d $(GF_DATA_DIR) cp -r lib $(GF_DATA_DIR) -- cgit v1.2.3