diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-02-15 17:46:48 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-02-15 17:46:48 +0000 |
commit | b51772d6619cc0a79d9a019f5f464232a1bc2533 (patch) | |
tree | def735a10bfede1d214e1b364dce485b1fef3b96 /Makeconf | |
parent | e4c28216ace787411127e69d366b13494979e7d9 (diff) |
Formerly Makeconf.~19~
Diffstat (limited to 'Makeconf')
-rw-r--r-- | Makeconf | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |