diff options
author | DJ Delorie <dj@redhat.com> | 2018-08-27 16:31:33 -0400 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2018-08-27 16:31:33 -0400 |
commit | 86de0499c3c624741bbe36927721a0cadd12e146 (patch) | |
tree | 73c64ea2cf5799a43ab8e586ccb1a78bddd39d6a /support | |
parent | c3ab211099d304542a0ccfd8f5b743c12ac5bad9 (diff) | |
download | glibc-86de0499c3c624741bbe36927721a0cadd12e146.tar glibc-86de0499c3c624741bbe36927721a0cadd12e146.tar.gz glibc-86de0499c3c624741bbe36927721a0cadd12e146.tar.bz2 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/Makefile | 10 |
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 |