mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-25 15:06:14 +01:00
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:
parent
1970d2e746
commit
9a9b43bca8
@ -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.
|
||||
|
@ -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 = \
|
||||
|
@ -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 = \
|
||||
|
Loading…
Reference in New Issue
Block a user