diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-01-17 04:00:04 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-01-17 04:00:04 +0000 |
commit | 2449110a8ae9b7fb65259560a96b6fafd14e791f (patch) | |
tree | 94f74bb950c566fa4438d23bd60f27c59a6d730b /Makeconfig | |
parent | 01ff9d0b5496c8bc5c7c1295485c05d52bbdfa9c (diff) | |
download | glibc-2449110a8ae9b7fb65259560a96b6fafd14e791f.tar glibc-2449110a8ae9b7fb65259560a96b6fafd14e791f.tar.gz glibc-2449110a8ae9b7fb65259560a96b6fafd14e791f.tar.bz2 glibc-2449110a8ae9b7fb65259560a96b6fafd14e791f.zip |
Update.
* Makeconfig (rpath-dirs): Remove db2.
(dbojdir): Remove variable.
Diffstat (limited to 'Makeconfig')
-rw-r--r-- | Makeconfig | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Makeconfig b/Makeconfig index 47d3f3f30a..64f2104528 100644 --- a/Makeconfig +++ b/Makeconfig @@ -414,11 +414,10 @@ link-libc = -Wl,-rpath-link=$(rpath-link) \ $(common-objpfx)libc.so$(libc.so-version) \ $(common-objpfx)$(patsubst %,$(libtype.oS),c) $(gnulib) # This is how to find at build-time things that will be installed there. -rpath-dirs = math elf dlfcn nss nis db2 rt resolv +rpath-dirs = math elf dlfcn nss nis rt resolv rpath-link = \ $(common-objdir):$(subst $(empty) ,:,$(patsubst ../$(subdir),.,$(rpath-dirs:%=$(common-objpfx)%))) elfobjdir := $(patsubst ../$(subdir),.,$(common-objpfx)elf) -dbobjdir := $(patsubst ../$(subdir),.,$(common-objpfx)db2) else nssobjdir := $(patsubst ../$(subdir),.,$(common-objpfx)nss) resolvobjdir := $(patsubst ../$(subdir),.,$(common-objpfx)resolv) |