dlfcn/Makefile: Avoid repeated $(*-ENV) definitions.

This commit is contained in:
Maciej W. Rozycki 2013-06-21 18:13:39 +01:00
parent be09e8c9ec
commit f3bc5e5a3e
2 changed files with 6 additions and 1 deletions

View file

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

View file

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