summaryrefslogtreecommitdiff
path: root/sim
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@suse.de>2004-11-16 10:21:19 +0000
committerAndreas Schwab <schwab@suse.de>2004-11-16 10:21:19 +0000
commit094b027fd170314e52052ebeff49a4a3f29a7acd (patch)
tree9a48cb936fb1392a59ab3abe42a60918c515f7c0 /sim
parent1fb0593152a063a670b0542bb4725f5ec1aca5fc (diff)
downloadgdb-094b027fd170314e52052ebeff49a4a3f29a7acd.tar.gz
* Makefile.in (defines.h): Depend on tmp-defines.
(hw.c hw.h): Depend on tmp-hw. (pk.h): Depend on tmp-pk.
Diffstat (limited to 'sim')
-rw-r--r--sim/ppc/ChangeLog6
-rw-r--r--sim/ppc/Makefile.in3
2 files changed, 9 insertions, 0 deletions
diff --git a/sim/ppc/ChangeLog b/sim/ppc/ChangeLog
index b2d43c14a95..a7e00e61f9a 100644
--- a/sim/ppc/ChangeLog
+++ b/sim/ppc/ChangeLog
@@ -1,3 +1,9 @@
+2004-11-16 Andreas Schwab <schwab@suse.de>
+
+ * Makefile.in (defines.h): Depend on tmp-defines.
+ (hw.c hw.h): Depend on tmp-hw.
+ (pk.h): Depend on tmp-pk.
+
2004-11-11 Andreas Schwab <schwab@suse.de>
* sim_calls.c: Include "libiberty.h".
diff --git a/sim/ppc/Makefile.in b/sim/ppc/Makefile.in
index 6b393ad63b2..6f76ebdae25 100644
--- a/sim/ppc/Makefile.in
+++ b/sim/ppc/Makefile.in
@@ -660,6 +660,7 @@ tconfig.h:
options.o: options.c $(CPU_H) $(OPTIONS_H) $(DEFINES_H) $(BASICS_H) $(IDECODE_H) $(INLINE) $(LIB_SRC) $(BUILT_SRC) config.status Makefile
$(CC) -c $(STD_CFLAGS) '-DOPCODE_RULES="@sim_opcode@"' '-DIGEN_FLAGS="$(IGEN_FLAGS)"' '-DDGEN_FLAGS="$(DGEN_FLAGS)"' $<
+defines.h: tmp-defines; @true
tmp-defines: config.h Makefile
sed -n -e '/^#define HAVE_/s/ 1$$/",/' -e '/^#define HAVE_/s//"HAVE_/p' < config.h > tmp-defines.h
$(SHELL) $(srcdir)/../../move-if-change tmp-defines.h defines.h
@@ -787,6 +788,7 @@ misc.o: misc.c $(CONFIG_H) $(MISC_H)
# real hardware
+hw.c hw.h: tmp-hw; @true
tmp-hw: Makefile $(HW_SRC) $(srcdir)/../../move-if-change
# The first for loop is to remove duplicates.
f=""; \
@@ -838,6 +840,7 @@ hw_vm.o: hw_vm.c $(DEVICE_TABLE_H) $(CPU_H)
# real packages
+pk.h: tmp-pk; @true
tmp-pk: Makefile $(PACKAGE_SRC) $(srcdir)/../../move-if-change
# The first for loop is to remove duplicates.
f=""; \