summaryrefslogtreecommitdiffstats
path: root/bindings
diff options
context:
space:
mode:
authorBenjamin Dauvergne <bdauvergne@entrouvert.com>2011-05-19 17:53:27 +0200
committerBenjamin Dauvergne <bdauvergne@entrouvert.com>2011-05-19 17:55:12 +0200
commitbd7e6492721173f79b52fc14dfc1ba4a1fdb748c (patch)
tree7643487bfe12d240fff6ecf7207779128a26a522 /bindings
parentb7cbdd0d774bbb5307511aacd8e09a873e7c894e (diff)
downloadlasso-bd7e6492721173f79b52fc14dfc1ba4a1fdb748c.tar.gz
lasso-bd7e6492721173f79b52fc14dfc1ba4a1fdb748c.tar.xz
lasso-bd7e6492721173f79b52fc14dfc1ba4a1fdb748c.zip
[bindings perl] in Makefile.am, gives a default template to mktemp
Thanks to Nathan Sowatskey for the bug report and the fix.
Diffstat (limited to 'bindings')
-rw-r--r--bindings/perl/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/bindings/perl/Makefile.am b/bindings/perl/Makefile.am
index fcbdbeea..67e57a68 100644
--- a/bindings/perl/Makefile.am
+++ b/bindings/perl/Makefile.am
@@ -1,7 +1,7 @@
if HAVE_AM_SILENT_RULES
AM_V_SUBMAKE = $(am__v_SUBMAKE_$(V))
am__v_SUBMAKE_ = $(am__v_SUBMAKE_$(AM_DEFAULT_VERBOSITY))
-am__v_SUBMAKE_0 = @echo " SUBMAKE " $@; LOG=`mktemp`; (
+am__v_SUBMAKE_0 = @echo " SUBMAKE " $@; LOG=`mktemp tmp.XXXXXXXX`; (
AM_V_SUBMAKE_POSTFIX = $(am__v_SUBMAKE_POSTFIX_$(V))
am__v_SUBMAKE_POSTFIX_ = $(am__v_SUBMAKE_POSTFIX_$(AM_DEFAULT_VERBOSITY))