summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)