ossp-pkg/xds/Makefile.in 1.28 -> 1.29
--- Makefile.in 2001/08/13 18:21:32 1.28
+++ Makefile.in 2001/08/13 19:23:32 1.29
@@ -160,7 +160,7 @@
@$(SHTOOL) fixperm -v .; \
V=`$(SHTOOL) version -l c -d short xds_version.c`; \
$(SHTOOL) tarball -o xds-$${V}.tar.gz -d str-$${V} -u ossp -g ossp \
- -e 'CVS,\.cvsignore,\.[ao],^\.' -c 'gzip --best' .
+ -e 'CVS,\.cvsignore,\.[ao],^\.,autogen.sh' -c 'gzip --best' .
# increase or update version information
new-version:
|
|