summaryrefslogtreecommitdiff
path: root/Makeconf
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1994-02-15 17:46:48 +0000
committerMichael I. Bushnell <mib@gnu.org>1994-02-15 17:46:48 +0000
commitb51772d6619cc0a79d9a019f5f464232a1bc2533 (patch)
treedef735a10bfede1d214e1b364dce485b1fef3b96 /Makeconf
parente4c28216ace787411127e69d366b13494979e7d9 (diff)
Formerly Makeconf.~19~
Diffstat (limited to 'Makeconf')
-rw-r--r--Makeconf2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makeconf b/Makeconf
index 0ec4fd82..12f52f9b 100644
--- a/Makeconf
+++ b/Makeconf
@@ -41,7 +41,7 @@ ldflags = $(addprefix -Xlinker ,$(LDFLAGS))
define link
$(CC) -nostdlib -e __start $(ldflags) -o $@ $(CFLAGS) $(startup) \
-$^ $(LIBS) $(libthreads) $(libc) -lgcc
+$(OBJS) $(LIBS) $(libthreads) $(libc) -lgcc
endef
# Making a snapshot