about summary refs log tree commit diff
path: root/dlfcn/Makefile
diff options
context:
space:
mode:
authorRoland McGrath <roland@hack.frob.com>2014-02-28 13:00:27 -0800
committerRoland McGrath <roland@hack.frob.com>2014-02-28 13:00:27 -0800
commitf08e9a26299db1972cb29a7e84b40b0cc9866bf2 (patch)
treecf58294441fc8481ce67696b075a6ff8378cbcea /dlfcn/Makefile
parentff71cc373be1cc2875f8ea0b8d4f5232f1a5d673 (diff)
downloadglibc-f08e9a26299db1972cb29a7e84b40b0cc9866bf2.tar.gz
glibc-f08e9a26299db1972cb29a7e84b40b0cc9866bf2.tar.xz
glibc-f08e9a26299db1972cb29a7e84b40b0cc9866bf2.zip
Fix fallout from Joseph's untested Makeconfig change.
Diffstat (limited to 'dlfcn/Makefile')
-rw-r--r--dlfcn/Makefile2
1 files changed, 1 insertions, 1 deletions
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