From 4b2aeaa002ecfc903e1846e2c76ce6a4ff385db4 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Tue, 16 Aug 1994 19:03:35 +0000 Subject: Formerly Makeconf.~57~ --- Makeconf | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makeconf b/Makeconf index e7d0a023..91b77622 100644 --- a/Makeconf +++ b/Makeconf @@ -158,8 +158,7 @@ HURDLIBS-files := $(foreach var,$(HURDLIBS),$($(var))) ifeq ($(doinst),one) $(target): $(OBJS) $(HURDLIBS-files) $(OTHERLIBS) $(libc) $(CC) $(CFLAGS) $(LDFLAGS) -o $(target) $(link-objects) -# Don't use $^ to collect the args to the link because $^ gratuitously -# omits duplicates. +# 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),\ -- cgit v1.2.3