summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Blizzard <blizzard@redhat.com>2000-06-21 16:44:40 +0000
committerChristopher Blizzard <blizzard@src.gnome.org>2000-06-21 16:44:40 +0000
commite01a43253ae0f3aa0b98df94a17bbd735337fc0f (patch)
treedf58741722521c4d970ba35fc7445094043411fe
parentc319839d8eaced155a4330a6cb0dfbd68b5156a1 (diff)
downloadgdk-pixbuf-e01a43253ae0f3aa0b98df94a17bbd735337fc0f.tar.gz
use $(mkinstalldirs) not $(MKINSTALLDIRS)
2000-06-21 Christopher Blizzard <blizzard@redhat.com> * gdk/x11/Makefile.am (install-data-local): use $(mkinstalldirs) not $(MKINSTALLDIRS)
-rw-r--r--ChangeLog5
-rw-r--r--ChangeLog.pre-2-05
-rw-r--r--ChangeLog.pre-2-105
-rw-r--r--ChangeLog.pre-2-25
-rw-r--r--ChangeLog.pre-2-45
-rw-r--r--ChangeLog.pre-2-65
-rw-r--r--ChangeLog.pre-2-85
-rw-r--r--gdk/x11/Makefile.am4
8 files changed, 37 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 209aa509f..ff89ed000 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2000-06-21 Christopher Blizzard <blizzard@redhat.com>
+
+ * gdk/x11/Makefile.am (install-data-local): use $(mkinstalldirs)
+ not $(MKINSTALLDIRS)
+
Wed Jun 21 12:24:28 2000 Owen Taylor <otaylor@redhat.com>
* gtk/testgtk.c (create_text): Finish the job Elliot started
diff --git a/ChangeLog.pre-2-0 b/ChangeLog.pre-2-0
index 209aa509f..ff89ed000 100644
--- a/ChangeLog.pre-2-0
+++ b/ChangeLog.pre-2-0
@@ -1,3 +1,8 @@
+2000-06-21 Christopher Blizzard <blizzard@redhat.com>
+
+ * gdk/x11/Makefile.am (install-data-local): use $(mkinstalldirs)
+ not $(MKINSTALLDIRS)
+
Wed Jun 21 12:24:28 2000 Owen Taylor <otaylor@redhat.com>
* gtk/testgtk.c (create_text): Finish the job Elliot started
diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10
index 209aa509f..ff89ed000 100644
--- a/ChangeLog.pre-2-10
+++ b/ChangeLog.pre-2-10
@@ -1,3 +1,8 @@
+2000-06-21 Christopher Blizzard <blizzard@redhat.com>
+
+ * gdk/x11/Makefile.am (install-data-local): use $(mkinstalldirs)
+ not $(MKINSTALLDIRS)
+
Wed Jun 21 12:24:28 2000 Owen Taylor <otaylor@redhat.com>
* gtk/testgtk.c (create_text): Finish the job Elliot started
diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2
index 209aa509f..ff89ed000 100644
--- a/ChangeLog.pre-2-2
+++ b/ChangeLog.pre-2-2
@@ -1,3 +1,8 @@
+2000-06-21 Christopher Blizzard <blizzard@redhat.com>
+
+ * gdk/x11/Makefile.am (install-data-local): use $(mkinstalldirs)
+ not $(MKINSTALLDIRS)
+
Wed Jun 21 12:24:28 2000 Owen Taylor <otaylor@redhat.com>
* gtk/testgtk.c (create_text): Finish the job Elliot started
diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4
index 209aa509f..ff89ed000 100644
--- a/ChangeLog.pre-2-4
+++ b/ChangeLog.pre-2-4
@@ -1,3 +1,8 @@
+2000-06-21 Christopher Blizzard <blizzard@redhat.com>
+
+ * gdk/x11/Makefile.am (install-data-local): use $(mkinstalldirs)
+ not $(MKINSTALLDIRS)
+
Wed Jun 21 12:24:28 2000 Owen Taylor <otaylor@redhat.com>
* gtk/testgtk.c (create_text): Finish the job Elliot started
diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6
index 209aa509f..ff89ed000 100644
--- a/ChangeLog.pre-2-6
+++ b/ChangeLog.pre-2-6
@@ -1,3 +1,8 @@
+2000-06-21 Christopher Blizzard <blizzard@redhat.com>
+
+ * gdk/x11/Makefile.am (install-data-local): use $(mkinstalldirs)
+ not $(MKINSTALLDIRS)
+
Wed Jun 21 12:24:28 2000 Owen Taylor <otaylor@redhat.com>
* gtk/testgtk.c (create_text): Finish the job Elliot started
diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8
index 209aa509f..ff89ed000 100644
--- a/ChangeLog.pre-2-8
+++ b/ChangeLog.pre-2-8
@@ -1,3 +1,8 @@
+2000-06-21 Christopher Blizzard <blizzard@redhat.com>
+
+ * gdk/x11/Makefile.am (install-data-local): use $(mkinstalldirs)
+ not $(MKINSTALLDIRS)
+
Wed Jun 21 12:24:28 2000 Owen Taylor <otaylor@redhat.com>
* gtk/testgtk.c (create_text): Finish the job Elliot started
diff --git a/gdk/x11/Makefile.am b/gdk/x11/Makefile.am
index 0a37b4ef3..c77e82bb0 100644
--- a/gdk/x11/Makefile.am
+++ b/gdk/x11/Makefile.am
@@ -80,7 +80,7 @@ gxid_SOURCES = gxid.c
gxid_LDADD = $(LDADDS)
install-data-local:
- $(MKINSTALLDIRS) $(includedir)/gdk
+ $(mkinstalldirs) $(includedir)/gdk
$(INSTALL_DATA) $(srcdir)/gdkx.h $(includedir)/gdk
- $(MKINSTALLDIRS) $(includedir)/gdk/x11
+ $(mkinstalldirs) $(includedir)/gdk/x11
$(INSTALL_DATA) $(srcdir)/gdkprivate-x11.h $(includedir)/gdk/x11