From ad98e30c90f518cbcd896b1fe9e45f2318102db3 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Wed, 9 Jan 2013 16:05:32 -0800 Subject: Force getconf.speclist to be generated in the others pass. --- posix/Makefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'posix/Makefile') diff --git a/posix/Makefile b/posix/Makefile index 179ad87285..ce98c596d0 100644 --- a/posix/Makefile +++ b/posix/Makefile @@ -302,3 +302,8 @@ $(objpfx)getconf.speclist: getconf-speclist.c posix-envs.def $(compile.c) -E -o - \ | sed -n -e '/@@@PRESENT_/s/@@@PRESENT_//p' > $@.new mv -f $@.new $@ + +# This file is only actually needed at install time. But forcing it to +# be built both makes it available for eyeball inspection and avoids the +# surprise of things that look like compilation being done by 'make install'. +others: $(objpfx)getconf.speclist -- cgit 1.4.1