diff options
author | Jakub Jelinek <jakub@redhat.com> | 2006-08-22 09:05:41 +0000 |
---|---|---|
committer | Jakub Jelinek <jakub@redhat.com> | 2006-08-22 09:05:41 +0000 |
commit | 4728cb644861ff8c58586702bf6815c50a1c0dd2 (patch) | |
tree | 305ac8dc2d7c6eaf501ebe90d90cc174c8ae7e25 /dlfcn | |
parent | ab3017a58b517cb20feb6e6688b9cb1948c00156 (diff) |
Updated to fedora-glibc-20060822T0706cvs/fedora-glibc-2_4_90-23
Diffstat (limited to 'dlfcn')
-rw-r--r-- | dlfcn/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dlfcn/Makefile b/dlfcn/Makefile index 649f61de63..ffdb70ea68 100644 --- a/dlfcn/Makefile +++ b/dlfcn/Makefile @@ -63,7 +63,7 @@ tststatic-ENV = LD_LIBRARY_PATH=$(objpfx):$(common-objpfx):$(common-objpfx)elf tststatic2-ENV = LD_LIBRARY_PATH=$(objpfx):$(common-objpfx):$(common-objpfx)elf endif -extra-objs += $(modules-names:=.os) +extra-test-objs += $(modules-names:=.os) generated := $(modules-names:=.so) include ../Rules |