summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libs/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/Makefile b/libs/Makefile
index 06e9b76ab..b43fb5ae8 100644
--- a/libs/Makefile
+++ b/libs/Makefile
@@ -39,7 +39,7 @@ LDFLAGS = -lfshelp
all: $(TARGETS)
liblisptrans.so: $(OBJS)
- $(CC) -shared -Wl \
+ $(CC) -shared \
-o liblisptrans.so $(OBJS) $(LDFLAGS) -lfshelp
$(GENERATED_IO_SERVER).c: $(IO_DEFS)