[gtk+] Create directory before installing files there
- From: Tor Lillqvist <tml src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] Create directory before installing files there
- Date: Tue, 28 Sep 2010 13:24:57 +0000 (UTC)
commit f51f39af2a1271b1ba79c6ee8354404480f05d44
Author: Tor Lillqvist <tml iki fi>
Date: Tue Sep 28 16:22:44 2010 +0300
Create directory before installing files there
gdk/Makefile.am | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/gdk/Makefile.am b/gdk/Makefile.am
index 9c972f1..5d651c7 100644
--- a/gdk/Makefile.am
+++ b/gdk/Makefile.am
@@ -244,6 +244,7 @@ endif # HAVE_INTROSPECTION
if OS_WIN32
install-def-file: gdk.def
+ mkdir -p $(DESTDIR)$(libdir)
$(INSTALL) $(srcdir)/gdk.def $(DESTDIR)$(libdir)/gdk-win32-3.0.def
uninstall-def-file:
-rm $(DESTDIR)$(libdir)/gdk-win32-3.0.def
@@ -259,6 +260,7 @@ gdk-win32-$(GTK_API_VERSION).lib: libgdk-win32-$(GTK_API_VERSION).la gdk.def
lib -machine:@LIB_EXE_MACHINE_FLAG@ -name:libgdk-win32-$(GTK_API_VERSION)- LT_CURRENT_MINUS_AGE@.dll -def:gdk.def -out:$@
install-ms-lib:
+ mkdir -p $(DESTDIR)$(libdir)
$(INSTALL) gdk-win32-$(GTK_API_VERSION).lib $(DESTDIR)$(libdir)
uninstall-ms-lib:
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]