aboutsummaryrefslogtreecommitdiff
path: root/pywrap/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'pywrap/Makefile.in')
-rw-r--r--pywrap/Makefile.in2
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: