From: Owen Taylor Date: Sun, 12 Aug 2001 14:35:04 +0000 (+0000) Subject: Set GPATH to fix srcdir != builddir problems with GNU make. X-Git-Tag: EA_1_0~9 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6aec00a4df21eaff84db42fb2f1345dfc2201be2;p=platform%2Fupstream%2Fatk.git Set GPATH to fix srcdir != builddir problems with GNU make. Sun Aug 12 10:33:02 2001 Owen Taylor * docs/Makefile.am: Set GPATH to fix srcdir != builddir problems with GNU make. --- diff --git a/ChangeLog b/ChangeLog index d51b2cb..0d1390e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Sun Aug 12 10:33:02 2001 Owen Taylor + + * docs/Makefile.am: Set GPATH to fix srcdir != builddir problems + with GNU make. + 2001-08-09 Padraig O'Briain * atk/atkaction.c, atk/atkcomponent.c diff --git a/docs/Makefile.am b/docs/Makefile.am index 03c447f..3bfaa66 100644 --- a/docs/Makefile.am +++ b/docs/Makefile.am @@ -30,6 +30,13 @@ extra_files = # 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 = \