From f08e9a26299db1972cb29a7e84b40b0cc9866bf2 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Fri, 28 Feb 2014 13:00:27 -0800 Subject: Fix fallout from Joseph's untested Makeconfig change. --- dlfcn/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dlfcn') diff --git a/dlfcn/Makefile b/dlfcn/Makefile index 39f18d7c7b..1fad0a5758 100644 --- a/dlfcn/Makefile +++ b/dlfcn/Makefile @@ -60,7 +60,7 @@ tststatic5-ENV = $(tststatic-ENV) endif extra-test-objs += $(modules-names:=.os) -generated := $(modules-names:=.so) +generated += $(modules-names:=.so) include ../Rules -- cgit v1.2.1