From b0291f7c4e74afca085e8e78ebf093d6e4fd7c26 Mon Sep 17 00:00:00 2001 From: Richard Dale Date: Fri, 3 May 2013 12:29:23 +0100 Subject: Unset the $TARGET environment variable --- qttools.morph | 8 ++++---- 1 file 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" ] } -- cgit v1.2.1