aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortomas <tomas>2005-05-28 21:48:36 +0000
committertomas <tomas>2005-05-28 21:48:36 +0000
commit0182a1f17fd0f26dd7dac36d6e26fdbedc00322b (patch)
tree194bc717add2e8c4b5f5c0024ca7b9338cfbe542
parent0aa3bf9a0a0a42d14711fef3e95217cc611698e2 (diff)
downloadluafilesystem-0182a1f17fd0f26dd7dac36d6e26fdbedc00322b.tar.gz
luafilesystem-0182a1f17fd0f26dd7dac36d6e26fdbedc00322b.tar.bz2
luafilesystem-0182a1f17fd0f26dd7dac36d6e26fdbedc00322b.zip
Correction on library name (no more .dylib).
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 7b2dcc2..11956dc 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
1# $Id: Makefile,v 1.17 2005/05/25 12:55:32 tomas Exp $ 1# $Id: Makefile,v 1.18 2005/05/28 21:48:36 tomas Exp $
2 2
3T= lfs 3T= lfs
4 4
@@ -26,7 +26,7 @@ $(COMPAT_O): $(COMPAT_DIR)/compat-5.1.c
26install: src/$(LIBNAME) 26install: src/$(LIBNAME)
27 mkdir -p $(LUA_LIBDIR) 27 mkdir -p $(LUA_LIBDIR)
28 cp src/$(LIBNAME) $(LUA_LIBDIR) 28 cp src/$(LIBNAME) $(LUA_LIBDIR)
29 ln -f -s $(LUA_LIBDIR)/$(LIBNAME) $(LUA_LIBDIR)/$T$(LIB_EXT) 29 ln -f -s $(LUA_LIBDIR)/$(LIBNAME) $(LUA_LIBDIR)/$T.so
30 30
31clean: 31clean:
32 rm -f $L src/$(LIBNAME) $(OBJS) 32 rm -f $L src/$(LIBNAME) $(OBJS)