diff options
author | Michael Stahl <mstahl@redhat.com> | 2014-03-10 23:10:12 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2014-03-11 11:57:17 +0100 |
commit | 0afb3a7f45f423a43bbac366753cb732f4a54779 (patch) | |
tree | bbda610b1bcf67037fa275960e0b0db4e5b7b8fc /solenv | |
parent | 7f61c038a0c7ad1693b4efb75d808290f1ee3931 (diff) |
normalize values of HAVE_GNUMAKE_FILE_FUNC/WITH_MYSPELL_DICTS
Change-Id: Ie8e6858194f4081e080f67a9af88108f10e1c503
Diffstat (limited to 'solenv')
-rw-r--r-- | solenv/gbuild/Tempfile.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/solenv/gbuild/Tempfile.mk b/solenv/gbuild/Tempfile.mk index 3d07d6e538d2..d10e1d2d1fe0 100644 --- a/solenv/gbuild/Tempfile.mk +++ b/solenv/gbuild/Tempfile.mk @@ -17,7 +17,7 @@ # the License at http://www.apache.org/licenses/LICENSE-2.0 . # -ifeq ($(HAVE_GNUMAKE_FILE_FUNC),YES) +ifneq ($(HAVE_GNUMAKE_FILE_FUNC),) define var2file $(file >$(1),$(3))$(1) endef |