aboutsummaryrefslogtreecommitdiff
path: root/sim
diff options
context:
space:
mode:
authorMichael Meissner <gnu@the-meissners.org>1995-09-10 03:44:58 +0000
committerMichael Meissner <gnu@the-meissners.org>1995-09-10 03:44:58 +0000
commitd8f994b2dca29abb77e7176d5307b256068fd290 (patch)
tree2b40b916d133c959e1207c17204ff7d7734eb5af /sim
parentb6a40d0cf1b28902c6996c35afd20572f9871f0e (diff)
downloadfsf-binutils-gdb-d8f994b2dca29abb77e7176d5307b256068fd290.zip
fsf-binutils-gdb-d8f994b2dca29abb77e7176d5307b256068fd290.tar.gz
fsf-binutils-gdb-d8f994b2dca29abb77e7176d5307b256068fd290.tar.bz2
fix typo.
Diffstat (limited to 'sim')
-rw-r--r--sim/ppc/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/ppc/Makefile.in b/sim/ppc/Makefile.in
index 2756751..4999db1 100644
--- 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) $(CSWITCHES) $(srcdir)/gen.c
+ $(CC_FOR_BUILD) -c $(CFLAGS) $(HDEFINES) $(TDEFINES) $(INCLUDES) $(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)