links-dso-program: Fix build-programs=no build case.

* support/Makefile (others): Don't list programs explicitly as a
dependency of "others".
This commit is contained in:
DJ Delorie 2018-08-27 16:31:33 -04:00
parent c3ab211099
commit 86de0499c3
2 changed files with 5 additions and 10 deletions

View file

@ -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.

View 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