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