From f3bc5e5a3ef622f1ec11962b7ce08a92ded03bea Mon Sep 17 00:00:00 2001 From: "Maciej W. Rozycki" Date: Fri, 21 Jun 2013 18:13:39 +0100 Subject: dlfcn/Makefile: Avoid repeated $(*-ENV) definitions. --- dlfcn/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dlfcn') 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) -- cgit v1.2.3