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:44:12 +00:00 committed by Owen Taylor
parent 97cea9ca8c
commit cdf9b776e8
4 changed files with 26 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 Jul 22 17:01:34 2001 Owen Taylor <otaylor@redhat.com>
* gtk/tmpl/gtksignal.sgml: Fix missing not

View File

@ -72,6 +72,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

@ -61,6 +61,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

@ -87,6 +87,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 = \