summaryrefslogtreecommitdiff
path: root/Makeconf
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1994-08-18 16:44:34 +0000
committerMichael I. Bushnell <mib@gnu.org>1994-08-18 16:44:34 +0000
commit9a89667ad7cabc94299e49777a1392e9cdefbad3 (patch)
tree0e7c6168342e9eadf1d90a59a19245e8674cd99a /Makeconf
parent135c63fc9353cec70646ca8b9fcc75633a95f033 (diff)
Formerly Makeconf.~58~
Diffstat (limited to 'Makeconf')
-rw-r--r--Makeconf8
1 files changed, 4 insertions, 4 deletions
diff --git a/Makeconf b/Makeconf
index 91b77622..c492fb03 100644
--- a/Makeconf
+++ b/Makeconf
@@ -159,11 +159,11 @@ 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 $^ omits duplicates.
-link-objects = $(OBJS) $(HURDLIBS-files) $(OTHERLIBS)
+#link-objects = $(OBJS) $(HURDLIBS-files) $(OTHERLIBS)
# -lg avoids "No input files" error.
-#link-objects = -nostdlib -Wl,$(subst $(empty) ,$(comma),\
-# $(startup) -\( $(OBJS) $(HURDLIBS-filess) $(OTHERLIBS) -\) \
-# -\( $(sort $(libc)) -lgcc -\)) -lg -v
+link-objects = -nostdlib -Wl,$(subst $(empty) ,$(comma),\
+ $(startup) -\( $(OBJS) $(HURDLIBS-files) $(OTHERLIBS) -\) \
+ -\( $(sort $(libc)) -lgcc -\)) -lg -v
empty =
comma = ,
endif