From d8f994b2dca29abb77e7176d5307b256068fd290 Mon Sep 17 00:00:00 2001 From: Michael Meissner Date: Sun, 10 Sep 1995 03:44:58 +0000 Subject: [PATCH] fix typo. --- sim/ppc/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.7.4