Makefile.in (distclean, realclean): Remove new configure-generated files.

This commit is contained in:
Ken Raeburn
1994-08-28 20:26:27 +00:00
parent 6e71a03b9e
commit 65ad84c14e
2 changed files with 6 additions and 1 deletions

View File

@ -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:

View File

@ -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'.