Delete *.i and *.out files for clean

This commit is contained in:
Michael Meissner
1995-10-26 18:10:13 +00:00
parent 22ddef466e
commit e89929cd79
2 changed files with 3 additions and 1 deletions

View File

@@ -1,5 +1,7 @@
Thu Oct 26 10:42:28 1995 Michael Meissner <meissner@tiktok.cygnus.com>
* Makefile.in (clean): Delete *.i and *.out files.
* ppc-endian.c (SWAP_n): Add SET argument to allow use of SWAP
macros for either assignment or return. Fix SWAP_8 to use a
union, and two SWAP_4's. Delete SWAP_N, since nobody uses it now.

View File

@@ -288,7 +288,7 @@ TAGS: tmp-gencode config.h ppc-config.h
etags $(srcdir)/*.h $(srcdir)/*.c $(BUILT_SRC)
clean mostlyclean:
rm -f tmp-* *.[oas] core psim run gen config.log
rm -f tmp-* *.[ioas] *.out core psim run gen config.log
rm -f icache.h idecode.h idecode.c semantics.h semantics.c spreg.h spreg.c ppc-config.h
distclean maintainer-clean realclean: clean