summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--qttools.morph8
1 files changed, 4 insertions, 4 deletions
diff --git a/qttools.morph b/qttools.morph
index 0612d875d..7ddaf8b63 100644
--- a/qttools.morph
+++ b/qttools.morph
@@ -5,11 +5,11 @@
"qmake"
],
"build-commands": [
- "make",
- "make html_docs"
+ "unset TARGET ; make",
+ "unset TARGET ; make html_docs"
],
"install-commands": [
- "make install INSTALL_ROOT=$DESTDIR",
- "make install_html_docs INSTALL_ROOT=$DESTDIR"
+ "unset TARGET ; make install INSTALL_ROOT=$DESTDIR",
+ "unset TARGET ; make install_html_docs INSTALL_ROOT=$DESTDIR"
]
}