summaryrefslogtreecommitdiff
path: root/cross.mk
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2013-08-03 09:08:00 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2013-08-03 09:08:00 +0200
commit9030e5b8a5eaa46f34df624399682e9ef8e49c90 (patch)
tree64eabf843db5687131ac2bed65d384e683a70b58 /cross.mk
parent7973429e07ea40ed254c99149855c21a50cd52e1 (diff)
downloadgnutls-9030e5b8a5eaa46f34df624399682e9ef8e49c90.tar.gz
added mkdir
Diffstat (limited to 'cross.mk')
-rw-r--r--cross.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/cross.mk b/cross.mk
index 125208d1d9..255b6b349a 100644
--- a/cross.mk
+++ b/cross.mk
@@ -1,4 +1,4 @@
-GNUTLS_VERSION:=3.2.2
+GNUTLS_VERSION:=3.2.3
GNUTLS_FILE:=gnutls-$(GNUTLS_VERSION).tar.xz
GNUTLS_DIR:=gnutls-$(GNUTLS_VERSION)
@@ -85,6 +85,7 @@ $(GMP_DIR)/.configured:
$(GMP_DIR)/.installed: $(GMP_DIR)/.configured
make -C $(GMP_DIR) -j2
make -C $(GMP_DIR) install -i
+ -mkdir -p $(HEADERS_DIR)
mv $(LIB_DIR)/include/* $(HEADERS_DIR)/
rmdir $(LIB_DIR)/include/
touch $@