From: Maciej W. Rozycki Date: Fri, 21 Jun 2013 17:13:39 +0000 (+0100) Subject: dlfcn/Makefile: Avoid repeated $(*-ENV) definitions. X-Git-Tag: glibc-2.18~102 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f3bc5e5a3ef622f1ec11962b7ce08a92ded03bea;p=thirdparty%2Fglibc.git dlfcn/Makefile: Avoid repeated $(*-ENV) definitions. --- diff --git a/ChangeLog b/ChangeLog index b02c895a915..f3ac8004280 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2013-06-21 Maciej W. Rozycki + + * dlfcn/Makefile (tststatic2-ENV): Redefine in terms of + $(tststatic-ENV). + 2013-06-21 Kaz Kojima [BZ #15655] diff --git a/dlfcn/Makefile b/dlfcn/Makefile index c2ebdcae61a..20e6f0294e9 100644 --- a/dlfcn/Makefile +++ b/dlfcn/Makefile @@ -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)