mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-08 14:20:07 +00:00
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:
parent
c3ab211099
commit
86de0499c3
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user