summaryrefslogtreecommitdiff
path: root/Makeconf
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1994-08-16 19:03:35 +0000
committerRoland McGrath <roland@gnu.org>1994-08-16 19:03:35 +0000
commit4b2aeaa002ecfc903e1846e2c76ce6a4ff385db4 (patch)
tree729141f24deeb2f87a6f13cff4de72c54b93dc36 /Makeconf
parent5334740f6224bae039996e78cae025bc18c488b3 (diff)
Formerly Makeconf.~57~
Diffstat (limited to 'Makeconf')
-rw-r--r--Makeconf3
1 files changed, 1 insertions, 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),\