mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-10-19 05:42:42 +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>
|
Wed May 17 17:56:53 1995 J.T. Conklin <jtc@rtl.cygnus.com>
|
||||||
|
|
||||||
* Makefile.in (Makefile): Added config.status to dependency list.
|
* Makefile.in (Makefile): Added config.status to dependency list.
|
||||||
|
@ -112,7 +112,7 @@ mostlyclean:
|
|||||||
clean: mostlyclean
|
clean: mostlyclean
|
||||||
-rm -f gprof
|
-rm -f gprof
|
||||||
distclean: clean
|
distclean: clean
|
||||||
-rm -f config.status Makefile
|
-rm -f config.cache config.log config.status Makefile
|
||||||
realclean: distclean
|
realclean: distclean
|
||||||
-rm -f $(DISTSTUFF)
|
-rm -f $(DISTSTUFF)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user