aboutsummaryrefslogtreecommitdiff
path: root/sim/v850/Makefile.in
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2001-12-02 19:27:29 +0000
committerAndrew Cagney <cagney@redhat.com>2001-12-02 19:27:29 +0000
commit7ef2d4e7832342c472494a8a51f3c810b48cae75 (patch)
treede2984d1c6174d0f44304cef9e46897abfd4f96b /sim/v850/Makefile.in
parent22797942c46da1d57fbf609287ca44b9a4eabdf3 (diff)
downloadgdb-7ef2d4e7832342c472494a8a51f3c810b48cae75.zip
gdb-7ef2d4e7832342c472494a8a51f3c810b48cae75.tar.gz
gdb-7ef2d4e7832342c472494a8a51f3c810b48cae75.tar.bz2
* Makefile.in (simops.h, table.c): Delete targets.
(tmp-gencode, gencode.o, gencode): Delete targets. (simops.h): New file. ($(BUILT_SRC_FROM_IGEN)): Do not depend on simops.h. * gencode.c: Delete file.
Diffstat (limited to 'sim/v850/Makefile.in')
-rw-r--r--sim/v850/Makefile.in16
1 files changed, 1 insertions, 15 deletions
diff --git a/sim/v850/Makefile.in b/sim/v850/Makefile.in
index 2500fca..110cb17 100644
--- a/sim/v850/Makefile.in
+++ b/sim/v850/Makefile.in
@@ -47,20 +47,6 @@ NL_TARGET = -DNL_TARGET_v850
## COMMON_POST_CONFIG_FRAG
-simops.h table.c: tmp-gencode
-tmp-gencode: gencode
- ./gencode >tmp-table.c
- mv tmp-table.c table.c
- ./gencode -h >tmp-simops.h
- mv tmp-simops.h simops.h
- touch tmp-gencode
-gencode.o: gencode.c
- $(CC_FOR_BUILD) $(BUILD_CFLAGS) -c $(srcdir)/gencode.c
-gencode: gencode.o ../../opcodes/libopcodes.a ../../intl/libintl.a
- $(CC_FOR_BUILD) $(BUILD_CFLAGS) -o gencode gencode.o ../../opcodes/libopcodes.a ../../intl/libintl.a
-
-
-
BUILT_SRC_FROM_IGEN = \
icache.h \
icache.c \
@@ -77,7 +63,7 @@ BUILT_SRC_FROM_IGEN = \
engine.h \
engine.c \
irun.c
-$(BUILT_SRC_FROM_IGEN): tmp-igen simops.h
+$(BUILT_SRC_FROM_IGEN): tmp-igen
#
.PHONY: clean-igen