aboutsummaryrefslogtreecommitdiff
path: root/pywrap
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2011-01-22 07:14:08 +0000
committerRob Austein <sra@hactrn.net>2011-01-22 07:14:08 +0000
commit2dc060bca79d8d557216dfe6ca99210ec67f5fa3 (patch)
tree7914a122686f11c7b40793613acded8cee789c58 /pywrap
parentdad861e65ef72a05452175517650d594a74cfeb9 (diff)
Installation fixes
svn path=/pywrap/Makefile.in; revision=3631
Diffstat (limited to 'pywrap')
-rw-r--r--pywrap/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/pywrap/Makefile.in b/pywrap/Makefile.in
index cd00348c..d9a56f15 100644
--- a/pywrap/Makefile.in
+++ b/pywrap/Makefile.in
@@ -44,7 +44,7 @@ distclean: clean
install: all
${INSTALL} pywrap ${sbindir}
- ${INSTALL} ${PYWRAP_LIBDIR}
+ ${INSTALL} -d ${PYWRAP_LIBDIR}
${INSTALL} ${PYWRAP_LIBS} ${PYWRAP_LIBDIR}
deinstall uninstall: