Don't build eval.c anymore.

This commit is contained in:
Ulrich Drepper 2004-08-21 09:25:46 +00:00
parent f523496bed
commit 8f8452b75a

View File

@ -19,9 +19,8 @@
subdir := dlfcn subdir := dlfcn
headers := bits/dlfcn.h dlfcn.h headers := bits/dlfcn.h dlfcn.h
extra-libs := libdl extra-libs := libdl
libdl-routines := dlopen dlclose dlsym dlvsym dlerror dladdr dladdr1 dlinfo \ libdl-routines := dlopen dlclose dlsym dlvsym dlerror dladdr dladdr1 dlinfo
eval distribute := dlopenold.c glreflib1.c glreflib2.c failtestmod.c \
distribute := dlopenold.c glreflib1.c glreflib2.c failtestmod.c eval.c \
defaultmod1.c defaultmod2.c errmsg1mod.c modatexit.c \ defaultmod1.c defaultmod2.c errmsg1mod.c modatexit.c \
modcxaatexit.c modstatic.c \ modcxaatexit.c modstatic.c \
bug-dlsym1-lib1.c bug-dlsym1-lib2.c bug-dlsym1-lib1.c bug-dlsym1-lib2.c
@ -34,7 +33,6 @@ ifeq ($(versioning),yes)
libdl-routines += dlopenold libdl-routines += dlopenold
libdl-shared-only-routines := dlopenold libdl-shared-only-routines := dlopenold
endif endif
libdl-shared-only-routines += eval
ifeq (yes,$(build-shared)) ifeq (yes,$(build-shared))
tests = glrefmain failtest tst-dladdr default errmsg1 tstcxaatexit \ tests = glrefmain failtest tst-dladdr default errmsg1 tstcxaatexit \
@ -58,7 +56,7 @@ modules-names += modstatic
tststatic-ENV = LD_LIBRARY_PATH=$(objpfx):$(common-objpfx):$(common-objpfx)elf tststatic-ENV = LD_LIBRARY_PATH=$(objpfx):$(common-objpfx):$(common-objpfx)elf
endif endif
extra-objs += $(modules-names:=.os) eval.os extra-objs += $(modules-names:=.os)
generated := $(modules-names:=.so) generated := $(modules-names:=.so)
include ../Rules include ../Rules