*** empty log message ***
authorFred Fish <fnf@specifix.com>
Fri, 20 Oct 1995 16:16:18 +0000 (16:16 +0000)
committerFred Fish <fnf@specifix.com>
Fri, 20 Oct 1995 16:16:18 +0000 (16:16 +0000)
sim/ppc/ChangeLog
sim/ppc/Makefile.in
sim/w65/ChangeLog
sim/w65/Makefile.in

index 66d6abfafb7daf2db6abdc6e0843f915ffa8a067..aee26400768416f915d9af6c488a3fc270a56ad3 100644 (file)
@@ -1,3 +1,12 @@
+Thu Oct 19 21:43:39 1995  Fred Fish  <fnf@fishfood.amigalib.com>
+
+       * Makefile.in:  Remove tabs from otherwise empty line.
+       Confuses many non-GNU versions of "make".
+
+Wed Oct 18 08:51:25 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
+
+       * Makefile.in (clean): Delete files produced by gen.
+
 Mon Oct 16 17:34:24 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
 
        * gen.c (lf_print_c_semantic_function): Move counting # of
index 8d0d4d5d1e8d666d4941e321a40a3b3597378072..300d26e8cc8ca1c6fe9e74ebe0be9e6bef5bdd88 100644 (file)
@@ -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
index 55d12a06003cc66ae45a7d94a59fb188a8bf06f8..306e12868df4955604401f7cda5a635ad4c2867d 100644 (file)
@@ -1,3 +1,8 @@
+Thu Oct 19 21:44:14 1995  Fred Fish  <fnf@cygnus.com>
+
+       * 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  <fnf@cygnus.com>
 
        * Makefile.in (BISONFLAGS): Remove macro.
index f480f9fd7264958dd0066f5ca4f5264788bb6702..41ce0892e3adc47364c82082c4c8d6a528411860 100755 (executable)
@@ -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 $<