GNOME Bugzilla – Bug 620048
Makefile's should use $(srcdir) instead of relative paths
Last modified: 2010-06-04 18:43:22 UTC
I'm creating this bug as a result of a build problem in Ubuntu (see https://bugs.launchpad.net/ubuntu/+source/vala/+bug/570908). When using autoconf/automake-generated Makefile's, it is possible to run make while not in the current working directory of the source code being built. This means that custom build rules must use macros to locate sources rather than rely on relative paths. Attached is a patch that fixes this problem.
Created attachment 162281 [details] [review] Update all Makefile.am's to use $(top_srcdir)
commit baecbac8dfad95cebbbb6826d0db8cf77a714396 Author: Darren Warner <darren@dazwin.com> Date: Fri Jun 4 20:39:47 2010 +0200 build: Use $(srcdir) instead of relative paths Fixes bug 620048.