summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-8
diff options
context:
space:
mode:
authorRaja R Harinath <harinath@cs.umn.edu>1998-06-10 02:10:23 +0000
committerRaja R Harinath <harinath@src.gnome.org>1998-06-10 02:10:23 +0000
commit602a038747ce4098879782aa1e01d402288bad42 (patch)
treef13f6f3e2a6a74d82d3570568708092012ffb680 /ChangeLog.pre-2-8
parentd292dd9b27d0755372871d51628e034ba9dcb939 (diff)
downloadgtk+-602a038747ce4098879782aa1e01d402288bad42.tar.gz
Add $(srcdir) where needed (in the rule), and removed it where not needed
1998-06-09 Raja R Harinath <harinath@cs.umn.edu> * gtk/Makefile.am (gtk.defs,gtktypebuiltins*): Add $(srcdir) where needed (in the rule), and removed it where not needed (in the dependencies).
Diffstat (limited to 'ChangeLog.pre-2-8')
-rw-r--r--ChangeLog.pre-2-83
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8
index 594d60053e..9476b243e7 100644
--- a/ChangeLog.pre-2-8
+++ b/ChangeLog.pre-2-8
@@ -2,6 +2,9 @@
* gtk/Makefile.am (gtkmarshal.c gtkmarshal.h): Pass $srcdir in
environment to genmarshal.pl.
+ (gtk.defs,gtktypebuiltins*): Add $(srcdir) where needed (in the
+ rule), and removed it where not needed (in the dependencies).
+
* gtk/genmarshal.pl: Look for `gtkmarshal.list' in $srcdir.
Tue Jun 9 18:44:57 1998 Owen Taylor <otaylor@gtk.org>