mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-06 12:09:26 +08:00
94f3113617
* Makefile.in (clean mostlyclean): Adjust. * tracecmd.exp: Adjust.
15 lines
378 B
Makefile
15 lines
378 B
Makefile
VPATH = @srcdir@
|
|
srcdir = @srcdir@
|
|
|
|
.PHONY: all clean mostlyclean distclean realclean
|
|
|
|
all info install-info dvi install uninstall installcheck check:
|
|
@echo "Nothing to be done for $@..."
|
|
|
|
clean mostlyclean:
|
|
-rm -f actions circ collection
|
|
-rm -f *.o *.diff *~ *.bad core sh3 hppa mn10300
|
|
|
|
distclean maintainer-clean realclean: clean
|
|
-rm -f Makefile config.status config.log
|