aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xlualdap/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lualdap/Makefile b/lualdap/Makefile
index 06b8387..ab92e41 100755
--- a/lualdap/Makefile
+++ b/lualdap/Makefile
@@ -58,7 +58,7 @@ $(LIBNAME): $(OBJS)
install: lib $(LIBNAME)
mkdir -p $(LUA_LIB_DIR)
cp $(LIBNAME) $(LUA_LIB_DIR)
- ln -f -s $(LUA_LIB_DIR)/$(LIBNAME) $(LUA_LIB_DIR)/$T$(LIB_EXT)
+ cd $(LUA_LIB_DIR); ln -f -s $(LIBNAME) $T$(LIB_EXT)
compat-5.1.o: $(COMPAT_DIR)/compat-5.1.c
$(CC) -c $(CFLAGS) -o $@ $(COMPAT_DIR)/compat-5.1.c