summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiles Bader <miles@gnu.org>1995-08-19 01:55:32 +0000
committerMiles Bader <miles@gnu.org>1995-08-19 01:55:32 +0000
commit379c170d5f7d2f85aa7311ae7e13801a00954873 (patch)
treec6152e97200c9e74dd5b37ba3d3b7878f7b9ebf9
parent45f0b7b92034e5d89a267a3cb2f1537240e5b7ee (diff)
[$(doinst)==many] (HURDLIBS-libs): Use plain OTHERLIBS as well as the target
specific $@-OTHERLIBS.
-rw-r--r--Makeconf2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makeconf b/Makeconf
index dd5c3f80..57decfbc 100644
--- a/Makeconf
+++ b/Makeconf
@@ -176,7 +176,7 @@ ifeq ($(doinst),many)
$(filter-out $(special-targets),$(targets)): %:
$(CC) $(CFLAGS) $($@-CFLAGS) $(LDFLAGS) $($@-LDFLAGS) \
-o $@ '-Wl,-(' $(filter-out $(HURDLIBS-files),$+) \
- $(HURDLIBS-libs) $($@-OTHERLIBS) $(libc) '-Wl,-)'
+ $(HURDLIBS-libs) $($@-OTHERLIBS) $(OTHERLIBS) $(libc) '-Wl,-)'
endif
ifeq ($(makemode),library)