diff options
| author | bringert <unknown> | 2004-06-22 11:58:45 +0000 |
|---|---|---|
| committer | bringert <unknown> | 2004-06-22 11:58:45 +0000 |
| commit | 457d00100a44a03169d833505af7e3ab1072df00 (patch) | |
| tree | 0146a38fce965ae49eee3779746c4c8b32cb5e74 /src | |
| parent | 1de713252039bd07ebb4dde53b10669802b6c20b (diff) | |
Do autoconf in src dir when making dist
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 d8fe5b969..593f19450 100644 --- a/src/Makefile +++ b/src/Makefile @@ -100,7 +100,7 @@ tracing: dist: mkdir $(DIST_DIR) cvs export -d $(DIST_DIR) -rHEAD GF2.0 - cd $(DIST_DIR) && autoconf && rm -rf autom4te.cache + cd $(DIST_DIR)/src && autoconf && rm -rf autom4te.cache find $(DIST_DIR) -name .cvsignore -exec rm -f {} ';' tar -zcf $(DIST_DIR).tar.gz $(DIST_DIR) zip -r $(DIST_DIR).zip $(DIST_DIR) |
