aboutsummaryrefslogtreecommitdiff
path: root/gdb/Makefile.in
diff options
context:
space:
mode:
authorSteve Chamberlain <sac@cygnus>1991-11-06 06:49:20 +0000
committerSteve Chamberlain <sac@cygnus>1991-11-06 06:49:20 +0000
commit0aaa124f3ef1f483298ed45fec506bc75bd6a443 (patch)
treeadd404ca351857d55a1c87ec520e6d96d960e642 /gdb/Makefile.in
parenta5dc1fdbcabded7c69bfd855b69a3acad89a8ad1 (diff)
downloadgdb-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/Makefile.in')
-rw-r--r--gdb/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in
index e42289c..c2a98c6 100644
--- a/gdb/Makefile.in
+++ b/gdb/Makefile.in
@@ -598,14 +598,14 @@ c-exp.tab.o: c-exp.tab.c
c-exp.tab.c: $(srcdir)/c-exp.y
@echo 'Expect 4 shift/reduce conflicts.'
${YACC} $(srcdir)/c-exp.y
- mv y.tab.c c-exp.tab.c
+ - mv y.tab.c c-exp.tab.c
# m2-exp.tab.c is generated in target dir from m2-exp.y if it doesn't exist
# in srcdir, then compiled in target dir to m2-exp.tab.o.
m2-exp.tab.o: m2-exp.tab.c
m2-exp.tab.c: $(srcdir)/m2-exp.y
${YACC} $(srcdir)/m2-exp.y
- mv y.tab.c m2-exp.tab.c
+ - mv y.tab.c m2-exp.tab.c
# The symbol-file readers have dependencies on BFD header files.
dbxread.o: ${srcdir}/dbxread.c