summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Dale <richard.dale@codethink.co.uk>2013-05-03 12:29:23 +0100
committerRichard Dale <richard.dale@codethink.co.uk>2013-05-30 12:38:35 +0100
commitb0291f7c4e74afca085e8e78ebf093d6e4fd7c26 (patch)
tree7c3d3523d2bf5b464a183e8b529f41f985ff44bb
parent46917359a43db735029682557234eb30e7a84732 (diff)
downloadqttools-b0291f7c4e74afca085e8e78ebf093d6e4fd7c26.tar.gz
Unset the $TARGET environment variable
-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"
]
}