aboutsummaryrefslogtreecommitdiff
path: root/sim/w65
diff options
context:
space:
mode:
Diffstat (limited to 'sim/w65')
-rw-r--r--sim/w65/ChangeLog5
-rwxr-xr-xsim/w65/Makefile.in2
2 files changed, 6 insertions, 1 deletions
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 <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.
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 $<