From 0369a938254747fa2ab9ea09fe48b9c84ae7e19e Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Sun, 18 Sep 2011 20:52:13 +0000 Subject: We compute various values for vpath lookup the first time through and store them in static variables; however one value (std_dirs) was not being stored statically so the second time through it was not set. Fixes Savannah bug #32511 --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 2345823..e2a9786 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2011-09-18 Paul Smith + + * remake.c (library_search): STD_DIRS is computed when other + static vars like buflen etc. are computed, so it must be static + as well. See Savannah bug #32511. + 2011-09-16 Paul Smith * maintMakefile (do-po-update): Apparently we have to avoid -- cgit v1.2.3