Project

General

Profile

Bug #4094 » makefile-topdir-relative-to-builddir.patch

luislavena (Luis Lavena), 11/29/2010 10:34 PM

View differences:

Makefile.in
end; \
end; \
prehook = proc do |e|; \
Config::MAKEFILE_CONFIG["top_srcdir"] = $$top_srcdir = "@top_srcdir@" unless e; \
builddir = File.expand_path(File.dirname(__FILE__)); \
Config::MAKEFILE_CONFIG["top_srcdir"] = $$top_srcdir = File.expand_path("@top_srcdir@", builddir) unle
untrace_var(:$$extmk, prehook); \
end; \
trace_var(:$$extmk, prehook); \
(4-4/4)