about summary refs log tree commit diff
path: root/dlfcn
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2004-08-21 09:25:46 +0000
committerUlrich Drepper <drepper@redhat.com>2004-08-21 09:25:46 +0000
commit8f8452b75aed81fae37aa922da8e8a008cf8d451 (patch)
tree78a7ed5d1c3a7381f8cca47808eea03a3912d02a /dlfcn
parentf523496bed1ee6f14c3f1a04b8877ae7ec30a498 (diff)
downloadglibc-8f8452b75aed81fae37aa922da8e8a008cf8d451.tar.gz
glibc-8f8452b75aed81fae37aa922da8e8a008cf8d451.tar.xz
glibc-8f8452b75aed81fae37aa922da8e8a008cf8d451.zip
Don't build eval.c anymore.
Diffstat (limited to 'dlfcn')
-rw-r--r--dlfcn/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/dlfcn/Makefile b/dlfcn/Makefile
index b9ed430199..8ac1c20648 100644
--- a/dlfcn/Makefile
+++ b/dlfcn/Makefile
@@ -19,9 +19,8 @@
 subdir		:= dlfcn
 headers		:= bits/dlfcn.h dlfcn.h
 extra-libs	:= libdl
-libdl-routines	:= dlopen dlclose dlsym dlvsym dlerror dladdr dladdr1 dlinfo \
-		   eval
-distribute	:= dlopenold.c glreflib1.c glreflib2.c failtestmod.c eval.c \
+libdl-routines	:= dlopen dlclose dlsym dlvsym dlerror dladdr dladdr1 dlinfo
+distribute	:= dlopenold.c glreflib1.c glreflib2.c failtestmod.c \
 		   defaultmod1.c defaultmod2.c errmsg1mod.c modatexit.c \
 		   modcxaatexit.c modstatic.c \
 		   bug-dlsym1-lib1.c bug-dlsym1-lib2.c
@@ -34,7 +33,6 @@ ifeq ($(versioning),yes)
 libdl-routines	+= dlopenold
 libdl-shared-only-routines := dlopenold
 endif
-libdl-shared-only-routines += eval
 
 ifeq (yes,$(build-shared))
 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
 endif
 
-extra-objs += $(modules-names:=.os) eval.os
+extra-objs += $(modules-names:=.os)
 generated := $(modules-names:=.so)
 
 include ../Rules