From 83628c6074cc45c6221d1d1300dc2368caa3914b Mon Sep 17 00:00:00 2001 From: ctice Date: Tue, 20 Aug 2013 20:43:16 +0000 Subject: 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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@201890 138bc75d-0d04-0410-961f-82ee72b054a4 --- libvtv/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libvtv/Makefile.am') diff --git a/libvtv/Makefile.am b/libvtv/Makefile.am index 73acfb4e705..567bd81e5b6 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) -- cgit v1.2.1