]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
Delete *.i and *.out files for clean
authorMichael Meissner <gnu@the-meissners.org>
Thu, 26 Oct 1995 18:10:13 +0000 (18:10 +0000)
committerMichael Meissner <gnu@the-meissners.org>
Thu, 26 Oct 1995 18:10:13 +0000 (18:10 +0000)
sim/ppc/ChangeLog
sim/ppc/Makefile.in

index 0c99b1519dac40f52ce3fbf1c4c38b2fd4ffe992..538ef48e9b4498d2053a58610085f8dcf67af8d3 100644 (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.
index 300d26e8cc8ca1c6fe9e74ebe0be9e6bef5bdd88..c5e9ff4ea2b6171368e6b967dfa4b9155b2693c4 100644 (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