summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1995-06-27 19:56:41 +0000
committerMichael I. Bushnell <mib@gnu.org>1995-06-27 19:56:41 +0000
commitedeb5d7e2a533cdd51bea84a00c7d491e18225ef (patch)
treed7cd1c2a02b0e39be41e4765840e375335bd34ec
parent3189247da1e8d6b30c76e208bd7cf9fbdfc8f580 (diff)
(HURDLIBS-files): Never mind.
-rw-r--r--Makeconf2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makeconf b/Makeconf
index c1a0b39a..09f68db6 100644
--- a/Makeconf
+++ b/Makeconf
@@ -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