Imported Debian patch 2.5-1
[debian/cpmtools] / Makefile.in
index f48459356006d7ec86561bfc4662e40f224e4e45..93a173b9558db171425fbec2c300ca2fec27a047 100644 (file)
@@ -20,7 +20,7 @@ LIBS=           @LIBS@ @LDLIBS@
 LDDEPS=                @LDDEPS@
 CPPFLAGS=      -DDISKDEFS=\"@datadir@/diskdefs\" -DFORMAT=\"$(DEFFORMAT)\"
 #
-# [JCE] I'm only a novice and I haven't worked out how to autoconf this one
+# I'm only a novice and I haven't worked out how to autoconf this one
 #
 
 #MAKEDEPEND=   mkdep -d
@@ -100,7 +100,7 @@ clean:
                rm -f *$(OBJEXT) *.1 *.5
 
 distclean:     clean
-               rm -f $(ALL) config.log config.cache config.h config.status Makefile *.out 
+               rm -rf $(ALL) autom4te.cache config.log config.cache config.h config.status Makefile *.out 
 
 tar:           distclean
                (b=`pwd`; b=`basename $$b`; cd ..; tar zcvf $$b.tar.gz $$b)