summary refs log tree commit diff
path: root/support
diff options
context:
space:
mode:
authorDJ Delorie <dj@redhat.com>2018-08-27 16:31:33 -0400
committerDJ Delorie <dj@redhat.com>2018-08-27 16:31:33 -0400
commit86de0499c3c624741bbe36927721a0cadd12e146 (patch)
tree73c64ea2cf5799a43ab8e586ccb1a78bddd39d6a /support
parentc3ab211099d304542a0ccfd8f5b743c12ac5bad9 (diff)
downloadglibc-86de0499c3c624741bbe36927721a0cadd12e146.tar.gz
glibc-86de0499c3c624741bbe36927721a0cadd12e146.tar.xz
glibc-86de0499c3c624741bbe36927721a0cadd12e146.zip
links-dso-program: Fix build-programs=no build case.
* support/Makefile (others): Don't list programs explicitly as a
dependency of "others".
Diffstat (limited to 'support')
-rw-r--r--support/Makefile10
1 files changed, 0 insertions, 10 deletions
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