diff options
author | 2000-01-17 04:00:04 +0000 | |
---|---|---|
committer | 2000-01-17 04:00:04 +0000 | |
commit | 2449110a8ae9b7fb65259560a96b6fafd14e791f (patch) | |
tree | 94f74bb950c566fa4438d23bd60f27c59a6d730b /Makeconfig | |
parent | Update. (diff) | |
download | glibc-2449110a8ae9b7fb65259560a96b6fafd14e791f.tar.xz 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) |