summaryrefslogtreecommitdiff
path: root/Makeconfig
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-01-17 04:00:04 +0000
committerUlrich Drepper <drepper@redhat.com>2000-01-17 04:00:04 +0000
commit2449110a8ae9b7fb65259560a96b6fafd14e791f (patch)
tree94f74bb950c566fa4438d23bd60f27c59a6d730b /Makeconfig
parent01ff9d0b5496c8bc5c7c1295485c05d52bbdfa9c (diff)
Update.
* Makeconfig (rpath-dirs): Remove db2. (dbojdir): Remove variable.
Diffstat (limited to 'Makeconfig')
-rw-r--r--Makeconfig3
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)