From 86de0499c3c624741bbe36927721a0cadd12e146 Mon Sep 17 00:00:00 2001 From: DJ Delorie Date: Mon, 27 Aug 2018 16:31:33 -0400 Subject: [PATCH] links-dso-program: Fix build-programs=no build case. * support/Makefile (others): Don't list programs explicitly as a dependency of "others". --- ChangeLog | 5 +++++ support/Makefile | 10 ---------- 2 files changed, 5 insertions(+), 10 deletions(-) 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