summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makeconf1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makeconf b/Makeconf
index 0fe86851..1e589f29 100644
--- a/Makeconf
+++ b/Makeconf
@@ -48,7 +48,6 @@ define link
$(LD) -e __start $(LDFLAGS) -o $@ $(startup) \
$(OBJS) $(LIBS) $(libthreads) $(libc) $(libgcc)
endef
-link = $(CC) $(LDFLAGS) -o $@ $(OBJS) $(LIBS)
# Mounting $(hurdroot)