aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomas Guisasola <tomas@luaforge.net>2005-06-27 17:07:14 +0000
committerTomas Guisasola <tomas@luaforge.net>2005-06-27 17:07:14 +0000
commitad074cd163febb4c05534d5b9c782294b14a030b (patch)
treebf6ea47743be28638d480be5d897233de9ffe217
parentLibrary name without prefix: <lib>.so.<ver> (diff)
downloadlualdap-ad074cd163febb4c05534d5b9c782294b14a030b.tar.xz
lualdap-ad074cd163febb4c05534d5b9c782294b14a030b.zip
Correcting option which only exists on MacOS X.
-rwxr-xr-xlualdap/Makefile4
1 files changed, 2 insertions, 2 deletions
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)