diff options
| author | bjorn <bjorn@bringert.net> | 2008-09-11 08:35:17 +0000 |
|---|---|---|
| committer | bjorn <bjorn@bringert.net> | 2008-09-11 08:35:17 +0000 |
| commit | 92ffc5072ae2847c8d292bad66b5533033912a12 (patch) | |
| tree | ae13cef83eeec865f3f81ef983ae4164751610bf /src/Makefile.binary | |
| parent | 8a0e9077ce39a00c0b4ee83afcbe46dadab5a90b (diff) | |
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).
Diffstat (limited to 'src/Makefile.binary')
| -rw-r--r-- | src/Makefile.binary | 1 |
1 files changed, 1 insertions, 0 deletions
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) |
