25845f
commit ad98e30c90f518cbcd896b1fe9e45f2318102db3
25845f
Author: Roland McGrath <roland@hack.frob.com>
25845f
Date:   Wed Jan 9 16:05:32 2013 -0800
25845f
25845f
    Force getconf.speclist to be generated in the others pass.
25845f
25845f
diff --git a/posix/Makefile b/posix/Makefile
25845f
index 1883b71957665f22..a68f0b7d041e65bd 100644
25845f
--- a/posix/Makefile
25845f
+++ b/posix/Makefile
25845f
@@ -284,3 +284,8 @@ $(objpfx)getconf.speclist: getconf-speclist.c posix-envs.def
25845f
 	$(compile.c) -E -o - \
25845f
 	    | sed -n -e '/@@@PRESENT_/s/@@@PRESENT_//p' > $@.new
25845f
 	mv -f $@.new $@
25845f
+
25845f
+# This file is only actually needed at install time.  But forcing it to
25845f
+# be built both makes it available for eyeball inspection and avoids the
25845f
+# surprise of things that look like compilation being done by 'make install'.
25845f
+others: $(objpfx)getconf.speclist