summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2013-02-12 02:00:41 +0000
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2013-02-12 02:00:41 +0000
commit176c9242377e873c0cac1efe1fbc61ae1ec8ca66 (patch)
treebbd3705f22d31a243077319b550a48511a7788f0
parent686f9fceb8ead82e87b73d88439fbeed1fd08030 (diff)
Fix linkclisp
* libs/Makefile: Do not pass -Wl to gcc.
-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)