diff options
author | Rob Austein <sra@hactrn.net> | 2011-05-10 13:49:14 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2011-05-10 13:49:14 +0000 |
commit | 58af11f98e989d077f2b2f4fbfde0acbd209512d (patch) | |
tree | 18a910bd3845801689a57fbf3f7599980bd376e6 /pywrap | |
parent | b97d680740792a9ff6dda32f61c9e02a8293c36d (diff) |
Don't assume installation directories exist
svn path=/pywrap/Makefile.in; revision=3810
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 3e3a475d..3f32a504 100644 --- a/pywrap/Makefile.in +++ b/pywrap/Makefile.in @@ -43,8 +43,8 @@ distclean: clean rm -f Makefile install: all + ${INSTALL} -d ${DESTDIR}${sbindir} ${DESTDIR}${PYWRAP_LIBDIR} ${INSTALL} pywrap ${DESTDIR}${sbindir} - ${INSTALL} -d ${DESTDIR}${PYWRAP_LIBDIR} ${INSTALL} ${PYWRAP_LIBS} ${DESTDIR}${PYWRAP_LIBDIR} deinstall uninstall: |