From 379c170d5f7d2f85aa7311ae7e13801a00954873 Mon Sep 17 00:00:00 2001 From: Miles Bader Date: Sat, 19 Aug 1995 01:55:32 +0000 Subject: [$(doinst)==many] (HURDLIBS-libs): Use plain OTHERLIBS as well as the target specific $@-OTHERLIBS. --- Makeconf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.3