From 64415b767b91b4e918777736360fc925df09402f Mon Sep 17 00:00:00 2001 From: Fred Fish Date: Fri, 20 Oct 1995 16:16:18 +0000 Subject: [PATCH] *** empty log message *** --- sim/ppc/ChangeLog | 9 +++++++++ sim/ppc/Makefile.in | 5 +++-- sim/w65/ChangeLog | 5 +++++ sim/w65/Makefile.in | 2 +- 4 files changed, 18 insertions(+), 3 deletions(-) diff --git a/sim/ppc/ChangeLog b/sim/ppc/ChangeLog index 66d6abf..aee2640 100644 --- a/sim/ppc/ChangeLog +++ b/sim/ppc/ChangeLog @@ -1,3 +1,12 @@ +Thu Oct 19 21:43:39 1995 Fred Fish + + * Makefile.in: Remove tabs from otherwise empty line. + Confuses many non-GNU versions of "make". + +Wed Oct 18 08:51:25 1995 Michael Meissner + + * Makefile.in (clean): Delete files produced by gen. + Mon Oct 16 17:34:24 1995 Michael Meissner * gen.c (lf_print_c_semantic_function): Move counting # of 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 diff --git a/sim/w65/ChangeLog b/sim/w65/ChangeLog index 55d12a0..306e128 100644 --- a/sim/w65/ChangeLog +++ b/sim/w65/ChangeLog @@ -1,3 +1,8 @@ +Thu Oct 19 21:44:14 1995 Fred Fish + + * Makefile.in: Remove tabs from otherwise empty line. + Confuses many older non-GNU versions of "make". + Tue Oct 10 11:13:01 1995 Fred Fish * Makefile.in (BISONFLAGS): Remove macro. diff --git a/sim/w65/Makefile.in b/sim/w65/Makefile.in index f480f9f..41ce089 100755 --- a/sim/w65/Makefile.in +++ b/sim/w65/Makefile.in @@ -134,7 +134,7 @@ case.c: gencode optable:gencode ./gencode >optable ./gencode -a >$(srcdir)/../../opcodes/w65-opc.h - + gencode:gencode.c $(CC_FOR_BUILD) -o gencode $< -- 2.7.4