aboutsummaryrefslogtreecommitdiff
path: root/libvtv/Makefile.am
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.am
parentddfee90670e69a72c4446d02e7b3936f4d74d147 (diff)
downloadgcc-8bc16536d66fce30459a3d35a4a648f4a9e95703.zip
gcc-8bc16536d66fce30459a3d35a4a648f4a9e95703.tar.gz
gcc-8bc16536d66fce30459a3d35a4a648f4a9e95703.tar.bz2
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.am')
-rw-r--r--libvtv/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/libvtv/Makefile.am b/libvtv/Makefile.am
index 73acfb4..567bd81 100644
--- a/libvtv/Makefile.am
+++ b/libvtv/Makefile.am
@@ -30,7 +30,7 @@ ACLOCAL_AMFLAGS = -I .. -I ../config
# May be used by toolexeclibdir.
gcc_version := $(shell cat $(top_srcdir)/../gcc/BASE-VER)
-DEFS =
+DEFS = @DEFS@
AM_CPPFLAGS = -I$(top_srcdir)/../include
AM_CFLAGS = $(XCFLAGS)
AM_CCASFLAGS = $(XCFLAGS)