mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-10-10 09:25:47 +08:00
* Makefile.in (distclean, realclean): Remove config.cache and
config.log.
This commit is contained in:
@ -1,3 +1,8 @@
|
||||
Mon Jun 12 12:14:52 1995 J.T. Conklin <jtc@rtl.cygnus.com>
|
||||
|
||||
* Makefile.in (distclean, realclean): Remove config.cache and
|
||||
config.log.
|
||||
|
||||
Wed May 17 17:56:53 1995 J.T. Conklin <jtc@rtl.cygnus.com>
|
||||
|
||||
* Makefile.in (Makefile): Added config.status to dependency list.
|
||||
|
@ -112,7 +112,7 @@ mostlyclean:
|
||||
clean: mostlyclean
|
||||
-rm -f gprof
|
||||
distclean: clean
|
||||
-rm -f config.status Makefile
|
||||
-rm -f config.cache config.log config.status Makefile
|
||||
realclean: distclean
|
||||
-rm -f $(DISTSTUFF)
|
||||
|
||||
|
Reference in New Issue
Block a user