Commit 2a64bb2f by Richard Kenner

(Makefile): xmake_file and tmake_file now already contain the

$(srcdir)/config prefix.

From-SVN: r12367
parent 8aeba621
...@@ -625,7 +625,7 @@ BYTECODE_H = bytecode.h bc-emit.h bc-optab.h ...@@ -625,7 +625,7 @@ BYTECODE_H = bytecode.h bc-emit.h bc-optab.h
.SUFFIXES: .in .def .SUFFIXES: .in .def
Makefile: $(srcdir)/Makefile.in $(srcdir)/configure $(srcdir)/version.c \ Makefile: $(srcdir)/Makefile.in $(srcdir)/configure $(srcdir)/version.c \
$(srcdir)/config/$(xmake_file) $(srcdir)/config/$(tmake_file) \ $(xmake_file) $(tmake_file) \
$(LANG_MAKEFILES) $(LANG_MAKEFILES)
cp config.status config.run cp config.status config.run
$(SHELL) config.run $(SHELL) config.run
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment