mirror of
https://review.haiku-os.org/buildtools
synced 2024-11-23 15:29:11 +01:00
libgcc: revision 200390 from trunk by Chung-Ju Wu.
* Makefile.in (clean, distclean): Remove auto-target.h and stamp-h correctly.
This commit is contained in:
parent
f34aded965
commit
a283dac41e
@ -121,8 +121,8 @@ installcheck:
|
||||
.PHONY: all clean
|
||||
|
||||
clean:
|
||||
-rm -f auto-target.h libgcc_tm.h libgcc.map
|
||||
-rm -f libgcc_tm.stamp stamp-h stmp-ldirs
|
||||
-rm -f libgcc_tm.h libgcc.map
|
||||
-rm -f libgcc_tm.stamp stmp-ldirs
|
||||
-rm -f *$(objext)
|
||||
-rm -f *.dep
|
||||
-rm -f *.a
|
||||
@ -131,6 +131,8 @@ clean:
|
||||
@$(MULTICLEAN) multi-clean DO=clean
|
||||
distclean: clean
|
||||
@$(MULTICLEAN) multi-clean DO=distclean
|
||||
-rm -f auto-target.h
|
||||
-rm -f stamp-h
|
||||
-rm -f *~ Makefile config.cache config.status multilib.out
|
||||
-rm -f config.log
|
||||
maintainer-clean realclean: distclean
|
||||
|
Loading…
Reference in New Issue
Block a user