mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-24 04:00:07 +08:00
* 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.
This commit is contained in:
@ -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)
|
Tue Nov 5 16:47:47 1991 Per Bothner (bothner at cygnus.com)
|
||||||
|
|
||||||
Add C++ as a separate language.
|
Add C++ as a separate language.
|
||||||
|
@ -598,14 +598,14 @@ c-exp.tab.o: c-exp.tab.c
|
|||||||
c-exp.tab.c: $(srcdir)/c-exp.y
|
c-exp.tab.c: $(srcdir)/c-exp.y
|
||||||
@echo 'Expect 4 shift/reduce conflicts.'
|
@echo 'Expect 4 shift/reduce conflicts.'
|
||||||
${YACC} $(srcdir)/c-exp.y
|
${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
|
# 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.
|
# in srcdir, then compiled in target dir to m2-exp.tab.o.
|
||||||
m2-exp.tab.o: m2-exp.tab.c
|
m2-exp.tab.o: m2-exp.tab.c
|
||||||
m2-exp.tab.c: $(srcdir)/m2-exp.y
|
m2-exp.tab.c: $(srcdir)/m2-exp.y
|
||||||
${YACC} $(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.
|
# The symbol-file readers have dependencies on BFD header files.
|
||||||
dbxread.o: ${srcdir}/dbxread.c
|
dbxread.o: ${srcdir}/dbxread.c
|
||||||
|
Reference in New Issue
Block a user