This project is closed and read-only.
Bug #4094 » makefile-topdir-relative-to-builddir.patch
| 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); \
|
||
- « Previous
- 1
- 2
- 3
- 4
- Next »