diff options
author | Rob Austein <sra@hactrn.net> | 2011-01-22 07:14:08 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2011-01-22 07:14:08 +0000 |
commit | 2dc060bca79d8d557216dfe6ca99210ec67f5fa3 (patch) | |
tree | 7914a122686f11c7b40793613acded8cee789c58 /pywrap | |
parent | dad861e65ef72a05452175517650d594a74cfeb9 (diff) |
Installation fixes
svn path=/pywrap/Makefile.in; revision=3631
Diffstat (limited to 'pywrap')
-rw-r--r-- | pywrap/Makefile.in | 2 |
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: |