diff options
| -rw-r--r-- | .cvsignore | 3 | ||||
| -rw-r--r-- | ChangeLog | 5 | ||||
| -rw-r--r-- | XMakefile | 2 | 
3 files changed, 9 insertions, 1 deletions
| diff --git a/.cvsignore b/.cvsignore new file mode 100644 index 0000000..7f3c596 --- /dev/null +++ b/.cvsignore @@ -0,0 +1,3 @@ +XXMakefile +config.h +config.param @@ -1,3 +1,8 @@ +2001-11-21  Fumitoshi UKAI  <ukai@debian.or.jp> + +	* XMakefile (clean): rm tagtable.c +	* .cvsignore: XXMakefile config.h config.param +  2001-11-20  Hironori Sakamoto <hsaka@mth.biglobe.ne.jp>  	* XMakefile.dist deflate.c: removed, not used @@ -104,7 +104,7 @@ uninstall:  clean: sweep  	rm -f *.o *.a $(TARGETS) mktable$(EXT) -	rm -f funcname.c funcname1.h funcname2.h +	rm -f funcname.c funcname1.h funcname2.h tagtable.c  sweep:  	-rm -f core *~ *.bak *.orig *.rej | 
