* Makefile.am (MOSTLYCLEANFILES): Correct name (was
MOSTCLEANFILES). * Makefile.in: Rebuild.
This commit is contained in:
parent
ac12935064
commit
3697773065
2 changed files with 2 additions and 2 deletions
|
@ -674,7 +674,7 @@ bfdsumm.texi: Makefile
|
|||
# We want to reconfigure if configure.host or configure.tgt changes.
|
||||
Makefile: configure.host configure.tgt
|
||||
|
||||
MOSTCLEANFILES = $(STAGESTUFF) ld1$(EXEEXT) ld2$(EXEEXT) ld3$(EXEEXT) \
|
||||
MOSTLYCLEANFILES = $(STAGESTUFF) ld1$(EXEEXT) ld2$(EXEEXT) ld3$(EXEEXT) \
|
||||
ldemul-list.h tmpdir crtbegin.o crtend.o
|
||||
CLEANFILES = dep.sed .dep .dep1 bfdsumm.texi
|
||||
|
||||
|
|
|
@ -305,7 +305,7 @@ ld_new_LDADD = $(EMULATION_OFILES) $(BFDLIB) $(LIBIBERTY)
|
|||
# This is the real libbfd.a created by libtool.
|
||||
TESTBFDLIB = ../bfd/.libs/libbfd.a
|
||||
|
||||
MOSTCLEANFILES = $(STAGESTUFF) ld1$(EXEEXT) ld2$(EXEEXT) ld3$(EXEEXT) \
|
||||
MOSTLYCLEANFILES = $(STAGESTUFF) ld1$(EXEEXT) ld2$(EXEEXT) ld3$(EXEEXT) \
|
||||
ldemul-list.h tmpdir crtbegin.o crtend.o
|
||||
CLEANFILES = dep.sed .dep .dep1 bfdsumm.texi
|
||||
|
||||
|
|
Loading…
Reference in a new issue