diff options
author | Roland McGrath <roland@gnu.org> | 1994-08-16 19:03:35 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1994-08-16 19:03:35 +0000 |
commit | 4b2aeaa002ecfc903e1846e2c76ce6a4ff385db4 (patch) | |
tree | 729141f24deeb2f87a6f13cff4de72c54b93dc36 /Makeconf | |
parent | 5334740f6224bae039996e78cae025bc18c488b3 (diff) |
Formerly Makeconf.~57~
Diffstat (limited to 'Makeconf')
-rw-r--r-- | Makeconf | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -158,8 +158,7 @@ HURDLIBS-files := $(foreach var,$(HURDLIBS),$($(var))) ifeq ($(doinst),one) $(target): $(OBJS) $(HURDLIBS-files) $(OTHERLIBS) $(libc) $(CC) $(CFLAGS) $(LDFLAGS) -o $(target) $(link-objects) -# Don't use $^ to collect the args to the link because $^ gratuitously -# omits duplicates. +# Don't use $^ to collect the args to the link because $^ omits duplicates. link-objects = $(OBJS) $(HURDLIBS-files) $(OTHERLIBS) # -lg avoids "No input files" error. #link-objects = -nostdlib -Wl,$(subst $(empty) ,$(comma),\ |