aboutsummaryrefslogtreecommitdiff
path: root/sim/ppc/Makefile.in
diff options
context:
space:
mode:
authorFred Fish <fnf@specifix.com>1995-10-20 16:16:18 +0000
committerFred Fish <fnf@specifix.com>1995-10-20 16:16:18 +0000
commit64415b767b91b4e918777736360fc925df09402f (patch)
tree6c5cd9b1f5fe9cb10f53d2ec9f2da70a87a33d92 /sim/ppc/Makefile.in
parent4dda8ef3ff068676c76301ddac01ed6c4d01ddc5 (diff)
downloadgdb-64415b767b91b4e918777736360fc925df09402f.zip
gdb-64415b767b91b4e918777736360fc925df09402f.tar.gz
gdb-64415b767b91b4e918777736360fc925df09402f.tar.bz2
*** empty log message ***
Diffstat (limited to 'sim/ppc/Makefile.in')
-rw-r--r--sim/ppc/Makefile.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/sim/ppc/Makefile.in b/sim/ppc/Makefile.in
index 8d0d4d5..300d26e 100644
--- a/sim/ppc/Makefile.in
+++ b/sim/ppc/Makefile.in
@@ -275,11 +275,11 @@ 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) $(TDEFINES) $(INCLUDES) $(srcdir)/gen.c
+ $(CC_FOR_BUILD) -c $(CFLAGS) $(INLINE_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)
-
+
#
tags etags: TAGS
@@ -289,6 +289,7 @@ TAGS: tmp-gencode config.h ppc-config.h
clean mostlyclean:
rm -f tmp-* *.[oas] core psim run gen config.log
+ rm -f icache.h idecode.h idecode.c semantics.h semantics.c spreg.h spreg.c ppc-config.h
distclean maintainer-clean realclean: clean
rm -f TAGS $(BUILT_SRC) Makefile config.cache config.status config.h stamp-h