diff options
author | ctice <ctice@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-08-20 20:43:16 +0000 |
---|---|---|
committer | ctice <ctice@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-08-20 20:43:16 +0000 |
commit | 83628c6074cc45c6221d1d1300dc2368caa3914b (patch) | |
tree | 6edb95b379595c8ad4d073f2353e858eaa4d6488 /libvtv/Makefile.am | |
parent | 98b21e4dce553348b115e4361cba67769a3c3340 (diff) | |
download | gcc-83628c6074cc45c6221d1d1300dc2368caa3914b.tar.gz |
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
Diffstat (limited to 'libvtv/Makefile.am')
-rw-r--r-- | libvtv/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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) |