diff options
| author | aarne <unknown> | 2004-11-08 13:46:34 +0000 |
|---|---|---|
| committer | aarne <unknown> | 2004-11-08 13:46:34 +0000 |
| commit | 01e206b9790b9c06cb208a1a14e87293342ed7b9 (patch) | |
| tree | 97603c363f65a85840fd9a6eb98640517565d5aa /src | |
| parent | 5a1225aa56e798f61a50e41c62e925c7c39e8bbb (diff) | |
2.1
Diffstat (limited to 'src')
| -rw-r--r-- | src/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile index cb7593c55..1278bc8db 100644 --- a/src/Makefile +++ b/src/Makefile @@ -125,7 +125,7 @@ lib: dist: -rm -rf $(DIST_DIR) mkdir $(DIST_DIR) - cvs export -d $(DIST_DIR) -rHEAD GF2.0 + cvs export -d $(DIST_DIR) -rHEAD GF2.1 cd $(DIST_DIR)/src && autoconf && rm -rf autom4te.cache find $(DIST_DIR) -name .cvsignore -exec rm -f {} ';' cd $(DIST_DIR)/grammars && sh mkLib.sh |
