summaryrefslogtreecommitdiff
path: root/Makeconf
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1994-04-08 23:48:01 +0000
committerRoland McGrath <roland@gnu.org>1994-04-08 23:48:01 +0000
commit90578a00ee488110a9b20520243189d35a3e8da0 (patch)
tree83673fd526d31352d6e260a165d90a7e97bb17d8 /Makeconf
parente99add5ecd35daf455d346f01177e53e22ed32c4 (diff)
Formerly Makeconf.~35~
Diffstat (limited to 'Makeconf')
-rw-r--r--Makeconf1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makeconf b/Makeconf
index 1e589f29..0fe86851 100644
--- a/Makeconf
+++ b/Makeconf
@@ -48,6 +48,7 @@ define link
$(LD) -e __start $(LDFLAGS) -o $@ $(startup) \
$(OBJS) $(LIBS) $(libthreads) $(libc) $(libgcc)
endef
+link = $(CC) $(LDFLAGS) -o $@ $(OBJS) $(LIBS)
# Mounting $(hurdroot)