diff options
Diffstat (limited to 'dlfcn')
-rw-r--r-- | dlfcn/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/dlfcn/Makefile b/dlfcn/Makefile index 3f1a8fa..bfa1815 100644 --- a/dlfcn/Makefile +++ b/dlfcn/Makefile @@ -68,8 +68,6 @@ generated := $(modules-names:=.so) include ../Rules test-modules = $(addprefix $(objpfx),$(addsuffix .so,$(modules-names))) -$(test-modules): $(objpfx)%.so: $(objpfx)%.os $(common-objpfx)shlib.lds - $(build-module) ifeq ($(build-shared),yes) # Build all the modules even when not actually running test programs. |