diff options
author | tomas <tomas> | 2005-05-28 21:48:36 +0000 |
---|---|---|
committer | tomas <tomas> | 2005-05-28 21:48:36 +0000 |
commit | 0182a1f17fd0f26dd7dac36d6e26fdbedc00322b (patch) | |
tree | 194bc717add2e8c4b5f5c0024ca7b9338cfbe542 | |
parent | 0aa3bf9a0a0a42d14711fef3e95217cc611698e2 (diff) | |
download | luafilesystem-0182a1f17fd0f26dd7dac36d6e26fdbedc00322b.tar.gz luafilesystem-0182a1f17fd0f26dd7dac36d6e26fdbedc00322b.tar.bz2 luafilesystem-0182a1f17fd0f26dd7dac36d6e26fdbedc00322b.zip |
Correction on library name (no more .dylib).
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 | ||
3 | T= lfs | 3 | T= lfs |
4 | 4 | ||
@@ -26,7 +26,7 @@ $(COMPAT_O): $(COMPAT_DIR)/compat-5.1.c | |||
26 | install: src/$(LIBNAME) | 26 | install: 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 | ||
31 | clean: | 31 | clean: |
32 | rm -f $L src/$(LIBNAME) $(OBJS) | 32 | rm -f $L src/$(LIBNAME) $(OBJS) |