diff options
author | Michael I. Bushnell <mib@gnu.org> | 1995-06-27 19:56:41 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1995-06-27 19:56:41 +0000 |
commit | edeb5d7e2a533cdd51bea84a00c7d491e18225ef (patch) | |
tree | d7cd1c2a02b0e39be41e4765840e375335bd34ec | |
parent | 3189247da1e8d6b30c76e208bd7cf9fbdfc8f580 (diff) |
(HURDLIBS-files): Never mind.
-rw-r--r-- | Makeconf | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -159,7 +159,7 @@ LDFLAGS += -static # Building the target ifeq ($(doinst),one) $(target): $(OBJS) $(HURDLIBS-files) $(OTHERLIBS) $(libc) - $(CC) $(CFLAGS) $(LDFLAGS) -o $(target) $(OBJS) '-Wl,-(' $(HURDLIBS-files $(OTHERLIBS) $(libc) '-Wl,-)' + $(CC) $(CFLAGS) $(LDFLAGS) -o $(target) '-Wl,-(' $+ '-Wl,-)' endif |