summaryrefslogtreecommitdiffstats
path: root/sim/ppc/Makefile.in
diff options
context:
space:
mode:
authorMichael Meissner <gnu@the-meissners.org>1995-11-03 03:39:27 +0000
committerMichael Meissner <gnu@the-meissners.org>1995-11-03 03:39:27 +0000
commite61900e6a259570926e289fa8fd22dd3c124d87a (patch)
tree0c24c537d1922738f4caf58f6bcc3fd01e2f79e5 /sim/ppc/Makefile.in
parentc494cadde621b6d371d03df79486176c10bea303 (diff)
downloadppe42-binutils-e61900e6a259570926e289fa8fd22dd3c124d87a.tar.gz
ppe42-binutils-e61900e6a259570926e289fa8fd22dd3c124d87a.zip
Update dependencies; Fix multiple options in --enable-sim-cflags
Diffstat (limited to 'sim/ppc/Makefile.in')
-rw-r--r--sim/ppc/Makefile.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/sim/ppc/Makefile.in b/sim/ppc/Makefile.in
index 58607be287..e72045844b 100644
--- a/sim/ppc/Makefile.in
+++ b/sim/ppc/Makefile.in
@@ -338,10 +338,10 @@ tmp-igen: igen ppc-instructions $(IGEN_OPCODE_RULES) ppc-cache-rules $(srcdir)/.
# NOTE: Some versions of make don't handle files created as side-effects
# uncomment the below if that is the case.
-#
-# $(TARGETLIB): tmp-igen tmp-dgen
-# itable.h itable.c icache.h idecode.h idecode.c semantics.h semantics.c: tmp-igen
-# spreg.h spreg.c: tmp-dgen
+
+$(TARGETLIB): tmp-igen tmp-dgen
+itable.h itable.c icache.h idecode.h idecode.c semantics.h semantics.c: tmp-igen
+spreg.h spreg.c: tmp-dgen
dgen: dgen.o table.o lf.o misc.o filter_filename.o
$(CC_FOR_BUILD) $(CFLAGS) $(LDFLAGS) -o dgen dgen.o table.o lf.o misc.o filter_filename.o $(LIBIBERTY_LIB) $(LIBS)
OpenPOWER on IntegriCloud