]> sourceware.org Git - glibc.git/commitdiff
dlfcn/Makefile: Avoid repeated $(*-ENV) definitions.
authorMaciej W. Rozycki <macro@codesourcery.com>
Fri, 21 Jun 2013 17:13:39 +0000 (18:13 +0100)
committerMaciej W. Rozycki <macro@codesourcery.com>
Fri, 21 Jun 2013 17:13:39 +0000 (18:13 +0100)
ChangeLog
dlfcn/Makefile

index b02c895a915e5878a4958bbca090546bbf68ab1c..f3ac80042802a6b6b89891cd88758880a12c6335 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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]
index c2ebdcae61a8bdce4b0625a7b236457f30161374..20e6f0294e9206feb82538849306f7a4086e3fa2 100644 (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)
This page took 0.109569 seconds and 5 git commands to generate.