X-Git-Url: https://git.gag.com/?p=debian%2Fcpmtools;a=blobdiff_plain;f=Makefile.in;h=76eaa119599cc4fe6aa9c1faf20eeefaa7fad7f9;hp=4fdafceef63e1ff360ff0adc16b47afb9ecc971b;hb=9d1b9d0a2b6515be3cec895654af126aaddd21b3;hpb=aa434733bb90efa2e0d600b9504593333c26c856 diff --git a/Makefile.in b/Makefile.in index 4fdafce..76eaa11 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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)