summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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