diff options
author | Fred Fish <fnf@specifix.com> | 1995-10-20 16:16:18 +0000 |
---|---|---|
committer | Fred Fish <fnf@specifix.com> | 1995-10-20 16:16:18 +0000 |
commit | 64415b767b91b4e918777736360fc925df09402f (patch) | |
tree | 6c5cd9b1f5fe9cb10f53d2ec9f2da70a87a33d92 /sim/w65 | |
parent | 4dda8ef3ff068676c76301ddac01ed6c4d01ddc5 (diff) | |
download | gdb-64415b767b91b4e918777736360fc925df09402f.zip gdb-64415b767b91b4e918777736360fc925df09402f.tar.gz gdb-64415b767b91b4e918777736360fc925df09402f.tar.bz2 |
*** empty log message ***
Diffstat (limited to 'sim/w65')
-rw-r--r-- | sim/w65/ChangeLog | 5 | ||||
-rwxr-xr-x | sim/w65/Makefile.in | 2 |
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 $< |