From: DJ Delorie Date: Mon, 27 Aug 2018 20:31:33 +0000 (-0400) Subject: links-dso-program: Fix build-programs=no build case. X-Git-Tag: glibc-2.29~492 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=86de0499c3c624741bbe36927721a0cadd12e146;p=glibc.git links-dso-program: Fix build-programs=no build case. * support/Makefile (others): Don't list programs explicitly as a dependency of "others". --- diff --git a/ChangeLog b/ChangeLog index 157689fe45..03f41dbf8c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2018-08-27 DJ Delorie + + * support/Makefile (others): Don't list programs explicitly as a + dependency of "others". + 2018-08-27 Joseph Myers * sysdeps/generic/math-tests-trap-force.h: New file. diff --git a/support/Makefile b/support/Makefile index 0ed00212cb..b528f538a6 100644 --- a/support/Makefile +++ b/support/Makefile @@ -168,16 +168,6 @@ LINKS_DSO_PROGRAM = links-dso-program LDLIBS-links-dso-program = -lstdc++ -lgcc -lgcc_s $(libunwind) endif -others: \ - $(objpfx)test-container \ - $(objpfx)shell-container \ - $(objpfx)echo-container \ - $(objpfx)true-container \ - $(objpfx)$(LINKS_DSO_PROGRAM) - -ifeq ($(build-programs),yes) -endif - LDLIBS-test-container = $(libsupport) others += test-container