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:
committed by
Christopher Blizzard
parent
c319839d8e
commit
e01a43253a
@ -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
|
||||
|
||||
Reference in New Issue
Block a user