chiark / gitweb /
regress: Move Texit into hnonfuzz
[adns.git] / settings.make.in
index 64c406e15d842cc9382c04e404dff05fcee56647..e68899db5313ef36f632775b2fcaf4086c5c7b89 100644 (file)
@@ -26,7 +26,7 @@ include               ../common.make
 all:                   $(TARGETS)
 
 clean mostlyclean:
-               rm -f $(TARGETS)
+               rm -f $(TARGETS) $(AUTOCSRCS) $(AUTOCHDRS)
                rm -f *.o *.tmp* *.so *.so.* pipe.*
                rm -f output-*.err output-*.leftover
                rm -f output-*.out output-*.report
@@ -34,7 +34,6 @@ clean mostlyclean:
 distclean:             clean
                rm -f *~ ./#*# core *.orig *.rej Makefile config.h
 
-distprep:              $(AUTOCSRCS) $(AUTOCHDRS)
+distprep:
 
 maintainer-clean:      distclean
-               -rm -f $(AUTOCSRCS) $(AUTOCHDRS)