From 3e9dc8f681533be9d3430328e24b0a73fe846e55 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Fri, 19 Aug 1994 05:40:03 +0000 Subject: Formerly Makeconf.~59~ --- Makeconf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makeconf b/Makeconf index c492fb03..ecda97b4 100644 --- a/Makeconf +++ b/Makeconf @@ -161,9 +161,9 @@ $(target): $(OBJS) $(HURDLIBS-files) $(OTHERLIBS) $(libc) # Don't use $^ to collect the args to the link because $^ omits duplicates. #link-objects = $(OBJS) $(HURDLIBS-files) $(OTHERLIBS) # -lg avoids "No input files" error. -link-objects = -nostdlib -Wl,$(subst $(empty) ,$(comma),\ - $(startup) -\( $(OBJS) $(HURDLIBS-files) $(OTHERLIBS) -\) \ - -\( $(sort $(libc)) -lgcc -\)) -lg -v +link-objects = -nostdlib -Wl,$(subst $(empty) ,$(comma),$(strip \ + $(startup) $(OBJS) -\( $(HURDLIBS-files) $(OTHERLIBS) -\) \ + -\( $(sort $(libc)) -lgcc -\))) -lg -v empty = comma = , endif -- cgit v1.2.3