mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-03-06 16:38:58 +00:00
Circumvent Sun Make bug on *-exp.tab.o.
This commit is contained in:
parent
f3d70fe521
commit
cd93283c87
@ -572,6 +572,7 @@ version.c : Makefile.in
|
||||
|
||||
# c-exp.tab.c is generated in srcdir from c-exp.y, then compiled in target
|
||||
# directory to c-exp.tab.o.
|
||||
c-exp.tab.o: ${srcdir}/c-exp.tab.c
|
||||
${srcdir}/c-exp.tab.c : $(srcdir)/c-exp.y
|
||||
@echo 'Expect 4 shift/reduce conflicts.'
|
||||
${YACC} $(srcdir)/c-exp.y
|
||||
@ -579,6 +580,7 @@ ${srcdir}/c-exp.tab.c : $(srcdir)/c-exp.y
|
||||
|
||||
# m2-exp.tab.c is generated in srcdir from m2-exp.y, then compiled in target
|
||||
# directory to m2-exp.tab.o.
|
||||
m2-exp.tab.o: ${srcdir}/m2-exp.tab.c
|
||||
${srcdir}/m2-exp.tab.c : $(srcdir)/m2-exp.y
|
||||
${YACC} $(srcdir)/m2-exp.y
|
||||
mv y.tab.c ${srcdir}/m2-exp.tab.c
|
||||
|
Loading…
x
Reference in New Issue
Block a user