diff options
author | Steve Chamberlain <sac@cygnus> | 1991-11-06 06:49:20 +0000 |
---|---|---|
committer | Steve Chamberlain <sac@cygnus> | 1991-11-06 06:49:20 +0000 |
commit | 0aaa124f3ef1f483298ed45fec506bc75bd6a443 (patch) | |
tree | add404ca351857d55a1c87ec520e6d96d960e642 /gdb/ChangeLog | |
parent | a5dc1fdbcabded7c69bfd855b69a3acad89a8ad1 (diff) | |
download | gdb-0aaa124f3ef1f483298ed45fec506bc75bd6a443.zip gdb-0aaa124f3ef1f483298ed45fec506bc75bd6a443.tar.gz gdb-0aaa124f3ef1f483298ed45fec506bc75bd6a443.tar.bz2 |
* Makefile.in: put a - infront of the mv y.tab.c c-exp.tab.c and
mv y.tab.c m2-exp.tab.c, so that if bison is used, and the files
are created in place, so the mv fails, then the make continues.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index a5cb83f..b33d117 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,10 @@ +Tue Nov 5 22:47:46 1991 Steve Chamberlain (sac at cygnus.com) + + * Makefile.in: put a - infront of the mv y.tab.c c-exp.tab.c and + mv y.tab.c m2-exp.tab.c, so that if bison is used, and the files + are created in place, so the mv fails, then the make continues. + + Tue Nov 5 16:47:47 1991 Per Bothner (bothner at cygnus.com) Add C++ as a separate language. |