From ad074cd163febb4c05534d5b9c782294b14a030b Mon Sep 17 00:00:00 2001 From: Tomas Guisasola Date: Mon, 27 Jun 2005 17:07:14 +0000 Subject: Correcting option which only exists on MacOS X. --- lualdap/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lualdap/Makefile') diff --git a/lualdap/Makefile b/lualdap/Makefile index abdd0f5..b2a2c4c 100755 --- a/lualdap/Makefile +++ b/lualdap/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.26 2005-06-24 01:50:56 tomas Exp $ +# $Id: Makefile,v 1.27 2005-06-27 17:07:14 tomas Exp $ T= lualdap V= 1.0 @@ -18,7 +18,7 @@ $(COMPAT_DIR)/compat-5.1.o: $(COMPAT_DIR)/compat-5.1.c install: src/$(LIBNAME) mkdir -p $(LUA_LIBDIR) cp src/$(LIBNAME) $(LUA_LIBDIR) - cd $(LUA_LIBDIR); ln -f -h -s $(LIBNAME) $T.so + cd $(LUA_LIBDIR); ln -f -s $(LIBNAME) $T.so clean: rm -f $(OBJS) src/$(LIBNAME) -- cgit v1.2.3-59-g8ed1b