diff options
author | Maciej W. Rozycki <macro@codesourcery.com> | 2013-06-21 18:13:39 +0100 |
---|---|---|
committer | Maciej W. Rozycki <macro@codesourcery.com> | 2013-06-21 18:13:39 +0100 |
commit | f3bc5e5a3ef622f1ec11962b7ce08a92ded03bea (patch) | |
tree | 17abd0e2b4ed926bac281f7ec35ce4d5cc396c45 /dlfcn/Makefile | |
parent | be09e8c9ec07e40da339a437cbd608027965ef58 (diff) | |
download | glibc-f3bc5e5a3ef622f1ec11962b7ce08a92ded03bea.tar.gz glibc-f3bc5e5a3ef622f1ec11962b7ce08a92ded03bea.tar.xz glibc-f3bc5e5a3ef622f1ec11962b7ce08a92ded03bea.zip |
dlfcn/Makefile: Avoid repeated $(*-ENV) definitions.
Diffstat (limited to 'dlfcn/Makefile')
-rw-r--r-- | dlfcn/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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) |