diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | dlfcn/Makefile | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index b02c895a91..f3ac800428 100644 --- 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] diff --git a/dlfcn/Makefile b/dlfcn/Makefile index c2ebdcae61..20e6f0294e 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) |