* Makefile.in (realclean): Remove info files per make-stds.texi.
This commit is contained in:
parent
df561b1494
commit
a2608ea10e
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
Fri Jan 21 14:28:30 1994 Fred Fish (fnf@cygnus.com)
|
||||
|
||||
* Makefile.in (realclean): Remove info files per make-stds.texi.
|
||||
|
||||
Fri Jan 21 12:47:53 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
|
||||
|
||||
* dbxread.c (end_psymtab): Only patch psymtab textlow and texthigh
|
||||
|
|
|
@ -729,7 +729,7 @@ distclean: clean
|
|||
|
||||
realclean: clean
|
||||
@$(MAKE) $(FLAGS_TO_PASS) DO=realclean "DODIRS=$(SUBDIRS)" subdir_do
|
||||
rm -f c-exp.tab.c m2-exp.tab.c ch-exp.tab.c TAGS
|
||||
rm -f c-exp.tab.c m2-exp.tab.c ch-exp.tab.c TAGS $(INFOFILES)
|
||||
rm -f nm.h tm.h xm.h config.status
|
||||
rm -f y.output yacc.acts yacc.tmp
|
||||
rm -f Makefile
|
||||
|
|
Loading…
Reference in a new issue