]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
links-dso-program: Fix build-programs=no build case.
authorDJ Delorie <dj@redhat.com>
Mon, 27 Aug 2018 20:31:33 +0000 (16:31 -0400)
committerDJ Delorie <dj@redhat.com>
Mon, 27 Aug 2018 20:31:33 +0000 (16:31 -0400)
* support/Makefile (others): Don't list programs explicitly as a
dependency of "others".

ChangeLog
support/Makefile

index 157689fe45b694abc3a799e3ecacc75a7d1d77fa..03f41dbf8cd9121241870ebb9b4f41be905d9c62 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2018-08-27  DJ Delorie  <dj@redhat.com>
+
+       * support/Makefile (others): Don't list programs explicitly as a
+       dependency of "others".
+
 2018-08-27  Joseph Myers  <joseph@codesourcery.com>
 
        * sysdeps/generic/math-tests-trap-force.h: New file.
index 0ed00212cb4bc7511a0a7ac4ba11c84f41a74c55..b528f538a6195ae1f397aa47bf8c6b4da7131497 100644 (file)
@@ -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