diff options
author | Michael Meissner <gnu@the-meissners.org> | 1995-11-03 03:39:27 +0000 |
---|---|---|
committer | Michael Meissner <gnu@the-meissners.org> | 1995-11-03 03:39:27 +0000 |
commit | e61900e6a259570926e289fa8fd22dd3c124d87a (patch) | |
tree | 0c24c537d1922738f4caf58f6bcc3fd01e2f79e5 /sim/ppc/Makefile.in | |
parent | c494cadde621b6d371d03df79486176c10bea303 (diff) | |
download | binutils-e61900e6a259570926e289fa8fd22dd3c124d87a.zip binutils-e61900e6a259570926e289fa8fd22dd3c124d87a.tar.gz binutils-e61900e6a259570926e289fa8fd22dd3c124d87a.tar.bz2 |
Update dependencies; Fix multiple options in --enable-sim-cflags
Diffstat (limited to 'sim/ppc/Makefile.in')
-rw-r--r-- | sim/ppc/Makefile.in | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sim/ppc/Makefile.in b/sim/ppc/Makefile.in index 58607be..e720458 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) |