diff options
author | Doug Evans <dje@google.com> | 1999-01-12 00:37:47 +0000 |
---|---|---|
committer | Doug Evans <dje@google.com> | 1999-01-12 00:37:47 +0000 |
commit | 533a502fafecdd744e4c367851a3a7e36988c368 (patch) | |
tree | 907c91ec5aca25e090072dd2587c63fc5fb7fb73 /sim/m32r/Makefile.in | |
parent | e64b6cd434962c7d68f665e861c917127788ab57 (diff) | |
download | fsf-binutils-gdb-533a502fafecdd744e4c367851a3a7e36988c368.zip fsf-binutils-gdb-533a502fafecdd744e4c367851a3a7e36988c368.tar.gz fsf-binutils-gdb-533a502fafecdd744e4c367851a3a7e36988c368.tar.bz2 |
* Makefile.in (m32r-clean): rm eng.h.
Diffstat (limited to 'sim/m32r/Makefile.in')
-rw-r--r-- | sim/m32r/Makefile.in | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sim/m32r/Makefile.in b/sim/m32r/Makefile.in index b15695f..8e4c6d6 100644 --- a/sim/m32r/Makefile.in +++ b/sim/m32r/Makefile.in @@ -1,3 +1,4 @@ + # Makefile template for Configure for the m32r simulator # Copyright (C) 1996, 1997, 1998 Free Software Foundation, Inc. # Contributed by Cygnus Support. @@ -120,9 +121,9 @@ modelx.o: modelx.c $(M32RXF_INCLUDE_DEPS) # end-sanitize-m32rx m32r-clean: - rm -f mloop.c stamp-arch stamp-cpu stamp-mloop + rm -f mloop.c eng.h stamp-arch stamp-cpu stamp-mloop # start-sanitize-m32rx - rm -f mloopx.c stamp-xcpu stamp-xmloop + rm -f mloopx.c engx.h stamp-xcpu stamp-xmloop # end-sanitize-m32rx rm -f tmp-* |