diff options
author | Michael Meissner <gnu@the-meissners.org> | 1995-10-13 01:10:06 +0000 |
---|---|---|
committer | Michael Meissner <gnu@the-meissners.org> | 1995-10-13 01:10:06 +0000 |
commit | 9f5912cb985374ee493441c79910ebee5f480ce2 (patch) | |
tree | 1420498ae1ca8126cfee148ad0c039b17407c6e8 /sim/ppc/Makefile.in | |
parent | 148070cca4cf7e1b1b7f81835e9ec9991f1895ef (diff) | |
download | gdb-9f5912cb985374ee493441c79910ebee5f480ce2.zip gdb-9f5912cb985374ee493441c79910ebee5f480ce2.tar.gz gdb-9f5912cb985374ee493441c79910ebee5f480ce2.tar.bz2 |
Format #instructions with commas
Diffstat (limited to 'sim/ppc/Makefile.in')
-rw-r--r-- | sim/ppc/Makefile.in | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sim/ppc/Makefile.in b/sim/ppc/Makefile.in index c9b02e5..8d0d4d5 100644 --- a/sim/ppc/Makefile.in +++ b/sim/ppc/Makefile.in @@ -197,7 +197,9 @@ $(TARGETLIB): tmp-gencode $(LIB_OBJ) $(GDB_OBJ) $(AR) $(AR_FLAGS) $(TARGETLIB) $(LIB_OBJ) $(GDB_OBJ) $(RANLIB) $(TARGETLIB) -psim.o: psim.c psim.h $(CPU_H) $(IDECODE_H) $(INLINE) +# Given that inlines are turned on now, rebuild psim whenever +# anything changes. +psim.o: psim.c psim.h $(CPU_H) $(IDECODE_H) $(INLINE) $(LIB_SRC) bits.o: bits.c bits.h |