Commit fb8e2f83 by Doug Evans

(Makefile): Pass srcdir, subdirs via environment vars, like configure.in.

From-SVN: r14245
parent f28a1469
......@@ -655,7 +655,9 @@ T =
Makefile: $(srcdir)/Makefile.in $(srcdir)/configure $(srcdir)/version.c \
$(xmake_file) $(tmake_file) \
$(LANG_MAKEFILES)
$(SHELL) configure.frag $(srcdir) "$(SUBDIRS)"
srcdir="$(srcdir)" ; export srcdir ; \
subdirs="$(SUBDIRS)" ; export subdirs ; \
$(SHELL) configure.frag
cp config.status config.run
$(SHELL) config.run
rm -f 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