diff options
author | Ken Raeburn <raeburn@cygnus> | 1994-08-28 20:26:27 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@cygnus> | 1994-08-28 20:26:27 +0000 |
commit | 65ad84c14e9ac1eceb4c3783efb1c411253e20d3 (patch) | |
tree | c4c2cf2c3f9847ec6c291d262e7e4b5b76c6500f /gas | |
parent | 6e71a03b9e252c431815b498093afb40ef384e60 (diff) | |
download | gdb-65ad84c14e9ac1eceb4c3783efb1c411253e20d3.zip gdb-65ad84c14e9ac1eceb4c3783efb1c411253e20d3.tar.gz gdb-65ad84c14e9ac1eceb4c3783efb1c411253e20d3.tar.bz2 |
Makefile.in (distclean, realclean): Remove new configure-generated files.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 5 | ||||
-rw-r--r-- | gas/Makefile.in | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 58b01d4..4bb7bfe 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 1b85f2b..fc885bb 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'. |