From 65ad84c14e9ac1eceb4c3783efb1c411253e20d3 Mon Sep 17 00:00:00 2001 From: Ken Raeburn Date: Sun, 28 Aug 1994 20:26:27 +0000 Subject: [PATCH] Makefile.in (distclean, realclean): Remove new configure-generated files. --- gas/ChangeLog | 5 +++++ gas/Makefile.in | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/gas/ChangeLog b/gas/ChangeLog index 58b01d413a..4bb7bfeb10 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +Sun Aug 28 13:22:52 1994 Ken Raeburn (raeburn@rtl.cygnus.com) + + * Makefile.in (distclean, realclean): Remove new + configure-generated files. + Sat Aug 27 20:26:12 1994 Ken Raeburn (raeburn@kr-laptop.cygnus.com) Conversion to autoconf: diff --git a/gas/Makefile.in b/gas/Makefile.in index 1b85f2b751..fc885bbf07 100644 --- a/gas/Makefile.in +++ b/gas/Makefile.in @@ -450,7 +450,7 @@ distclean realclean: clean-here else true; fi -rm -f config.status Makefile targ-env.h targ-cpu.h \ targ-cpu.c obj-format.h obj-format.c atof-targ.c TAGS \ - config-stamp config.h + config-stamp config.h conf config.log config.cache # Entry points `install', `includes' and `uninstall'. -- 2.34.1