aboutsummaryrefslogtreecommitdiff
path: root/console-client
diff options
context:
space:
mode:
Diffstat (limited to 'console-client')
-rw-r--r--console-client/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/console-client/Makefile b/console-client/Makefile
index 1b59b99d..e4d9504d 100644
--- a/console-client/Makefile
+++ b/console-client/Makefile
@@ -94,7 +94,7 @@ $(DESTDIR)$(module-dir)/%: %
%.so.$(hurd-version):
$(CC) -shared -Wl,-soname=$@ -o $@ $(lpath) \
$(CFLAGS) $($*-CFLAGS) $(LDFLAGS) \
- '-Wl,-(' $($*-LDLIBS) '-Wl,-)' $^
+ $^ '-Wl,-(' $($*-LDLIBS) '-Wl,-)'
lex.c: lex.l parser.tab.h
%.tab.h %.c: %.y