Set GPATH to fix srcdir != builddir problems with GNU make.

Sun Aug 12 10:03:42 2001  Owen Taylor  <otaylor@redhat.com>

	* */Makefile.am: Set GPATH to fix srcdir != builddir
        problems with GNU make.
This commit is contained in:
Owen Taylor 2001-08-12 14:04:13 +00:00 committed by Owen Taylor
parent 1970d2e746
commit 9a9b43bca8
3 changed files with 19 additions and 0 deletions

View File

@ -1,3 +1,8 @@
Sun Aug 12 10:03:42 2001 Owen Taylor <otaylor@redhat.com>
* */Makefile.am: Set GPATH to fix srcdir != builddir
problems with GNU make.
Sun Aug 12 02:24:36 2001 Tim Janik <timj@gtk.org>
* gobject/tmpl/value_arrays.sgml: document value arrays.

View File

@ -63,6 +63,13 @@ GTKDOC_LD=$(LIBTOOL) --mode=link $(CC)
# Everything below here is generic #
####################################
# We set GPATH here; this gives us semantics for GNU make
# which are more like other make's VPATH, when it comes to
# whether a source that is a target of one rule is then
# searched for in VPATH/GPATH.
#
GPATH = $(srcdir)
TARGET_DIR=$(HTML_DIR)/$(DOC_MODULE)
EXTRA_DIST = \

View File

@ -52,6 +52,13 @@ GTKDOC_LD=$(LIBTOOL) --mode=link $(CC)
# Everything below here is generic #
####################################
# We set GPATH here; this gives us semantics for GNU make
# which are more like other make's VPATH, when it comes to
# whether a source that is a target of one rule is then
# searched for in VPATH/GPATH.
#
GPATH = $(srcdir)
TARGET_DIR=$(HTML_DIR)/$(DOC_MODULE)
EXTRA_DIST = \