projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b6a40d0
)
fix typo.
author
Michael Meissner
<gnu@the-meissners.org>
Sun, 10 Sep 1995 03:44:58 +0000
(
03:44
+0000)
committer
Michael Meissner
<gnu@the-meissners.org>
Sun, 10 Sep 1995 03:44:58 +0000
(
03:44
+0000)
sim/ppc/Makefile.in
patch
|
blob
|
history
diff --git
a/sim/ppc/Makefile.in
b/sim/ppc/Makefile.in
index 2756751cc0bf3805aadcc965adf115c11fa3e976..4999db10811824e1096204e209e98224558e0206 100644
(file)
--- a/
sim/ppc/Makefile.in
+++ b/
sim/ppc/Makefile.in
@@
-271,7
+271,7
@@
tmp-gencode: gen ppc-instructions ppc-spr-table $(srcdir)/../../move-if-change
icache.h idecode.h idecode.c semantics.h semantics.c spreg.h spreg.c: tmp-gencode
gen.o: gen.c config.h ppc-config.h
- $(CC_FOR_BUILD) -c $(CFLAGS) $(HDEFINES) $(
CSEARCH) $(CSWITCH
ES) $(srcdir)/gen.c
+ $(CC_FOR_BUILD) -c $(CFLAGS) $(HDEFINES) $(
TDEFINES) $(INCLUD
ES) $(srcdir)/gen.c
gen: gen.o config.h ppc-config.h $(LIBIBERTY_LIB) $(LIBS)
$(CC_FOR_BUILD) $(CFLAGS) $(LDFLAGS) -o gen gen.o $(LIBIBERTY_LIB) $(LIBS)