summaryrefslogtreecommitdiff
path: root/solenv/gbuild/Tempfile.mk
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2012-03-26 14:06:16 -0500
committerNorbert Thiebaud <nthiebaud@gmail.com>2012-03-26 14:06:16 -0500
commit5dd7f9e4689b6155f5b646034fc59bf02dcb0941 (patch)
tree6b16fa2e3abd815efc7cc73a1c179d70e2a530bc /solenv/gbuild/Tempfile.mk
parent205ee3062e494733f10b13057135b1eb8646e93d (diff)
typo in HAVE_GNUMAKE_FILE_FUNC, and var2file must return the filename
Diffstat (limited to 'solenv/gbuild/Tempfile.mk')
-rw-r--r--solenv/gbuild/Tempfile.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/solenv/gbuild/Tempfile.mk b/solenv/gbuild/Tempfile.mk
index 87f582b6981b..691abc453c74 100644
--- a/solenv/gbuild/Tempfile.mk
+++ b/solenv/gbuild/Tempfile.mk
@@ -2,7 +2,7 @@
ifeq ($(HAVE_GNUMAKE_FILE_FUNC),YES)
define var2file
-$(file >$(1),$(3))
+$(file >$(1),$(3))$(1)
endef
else
# Write string to temporary file by chopping into pieces that