ossp-pkg/lmtp2nntp/Makefile.in 1.5 -> 1.6
--- Makefile.in 2001/08/20 11:29:54 1.5
+++ Makefile.in 2001/08/20 11:32:59 1.6
@@ -47,7 +47,7 @@
-rm -f $(OBJS)
distclean: clean
- -rm -f config.h
+ -rm -f config.h config.status config.log config.cache
-rm -f Makefile
realclean: distclean
@@ -63,7 +63,7 @@
@$(SHTOOL) fixperm -v .; \
V=`$(SHTOOL) version -lc -dshort version.c`; \
$(SHTOOL) tarball -o lmtp2nntp-$${V}.tar.gz -d lmtp2nntp-$${V} -u ossp -g ossp \
- -e 'CVS,\.cvsignore,\.[ao],^\.,autogen.sh' -c 'gzip --best' .
+ -e 'CVS,\.cvsignore,\.[ao],^\.,autogen.sh,*.tar.gz' -c 'gzip --best' .
test: lmtp2nntp
./run.sh
|
|