mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-23 20:30:15 +00:00
use $(mkinstalldirs) not $(MKINSTALLDIRS)
2000-06-21 Christopher Blizzard <blizzard@redhat.com> * gdk/x11/Makefile.am (install-data-local): use $(mkinstalldirs) not $(MKINSTALLDIRS)
This commit is contained in:
parent
c319839d8e
commit
e01a43253a
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user