diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-09-19 17:06:31 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-09-19 17:06:31 +0000 |
commit | 23d552cc5539d06ece416da68797994a6c3f76a7 (patch) | |
tree | 5f7f1c67c0aff223b907603747c6837592acc6e3 /Makeconf | |
parent | 7093ec1902294c710306d445ea79c78c27abba5b (diff) |
Formerly Makeconf.~62~
Diffstat (limited to 'Makeconf')
-rw-r--r-- | Makeconf | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -163,7 +163,7 @@ $(target): $(OBJS) $(HURDLIBS-files) $(OTHERLIBS) $(libc) # -lg avoids "No input files" error. link-objects = -nostdlib -Wl,$(subst $(empty) ,$(comma),$(strip \ $(startup) $(OBJS) -\( $(HURDLIBS-files) $(OTHERLIBS) -\))) \ - $(libc) -lgcc -lg -v + $(libc) -lg empty = comma = , endif |