mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-08 14:20:07 +00:00
dlfcn/Makefile: Avoid repeated $(*-ENV) definitions.
This commit is contained in:
parent
be09e8c9ec
commit
f3bc5e5a3e
@ -1,3 +1,8 @@
|
||||
2013-06-21 Maciej W. Rozycki <macro@codesourcery.com>
|
||||
|
||||
* dlfcn/Makefile (tststatic2-ENV): Redefine in terms of
|
||||
$(tststatic-ENV).
|
||||
|
||||
2013-06-21 Kaz Kojima <kkojima@rr.iij4u.or.jp>
|
||||
|
||||
[BZ #15655]
|
||||
|
@ -51,7 +51,7 @@ tests += tststatic tststatic2
|
||||
tests-static += tststatic tststatic2
|
||||
modules-names += modstatic modstatic2
|
||||
tststatic-ENV = LD_LIBRARY_PATH=$(objpfx):$(common-objpfx):$(common-objpfx)elf
|
||||
tststatic2-ENV = LD_LIBRARY_PATH=$(objpfx):$(common-objpfx):$(common-objpfx)elf
|
||||
tststatic2-ENV = $(tststatic-ENV)
|
||||
endif
|
||||
|
||||
extra-test-objs += $(modules-names:=.os)
|
||||
|
Loading…
Reference in New Issue
Block a user