summaryrefslogtreecommitdiff
path: root/libvtv/Makefile.in
diff options
context:
space:
mode:
authorCaroline Tice <ctice@gcc.gnu.org>2013-08-20 13:43:16 -0700
committerCaroline Tice <ctice@gcc.gnu.org>2013-08-20 13:43:16 -0700
commit8bc16536d66fce30459a3d35a4a648f4a9e95703 (patch)
tree6edb95b379595c8ad4d073f2353e858eaa4d6488 /libvtv/Makefile.in
parentddfee90670e69a72c4446d02e7b3936f4d74d147 (diff)
downloadgcc-8bc16536d66fce30459a3d35a4a648f4a9e95703.tar.gz
Fix logging to not use /tmp or the current directory...
Fix logging to not use /tmp or the current directory; get the location for writing log files from an environment variable; use secure getenv whenever possible. From-SVN: r201890
Diffstat (limited to 'libvtv/Makefile.in')
-rw-r--r--libvtv/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/libvtv/Makefile.in b/libvtv/Makefile.in
index d321bf1885c..a1b71bfabcd 100644
--- a/libvtv/Makefile.in
+++ b/libvtv/Makefile.in
@@ -148,7 +148,7 @@ CXXCPP = @CXXCPP@
CXXDEPMODE = @CXXDEPMODE@
CXXFLAGS = @CXXFLAGS@
CYGPATH_W = @CYGPATH_W@
-DEFS =
+DEFS = @DEFS@
DEPDIR = @DEPDIR@
DSYMUTIL = @DSYMUTIL@
DUMPBIN = @DUMPBIN@