summaryrefslogtreecommitdiff
path: root/Makeconf
diff options
context:
space:
mode:
Diffstat (limited to 'Makeconf')
-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