diff options
author | tomas <tomas> | 2005-06-27 17:06:01 +0000 |
---|---|---|
committer | tomas <tomas> | 2005-06-27 17:06:01 +0000 |
commit | 865d2453ff6b3a87a2551b2b398ebbb5d580531a (patch) | |
tree | 9cd3d1336e6a03e572a559d90777dd2c6d336257 | |
parent | 1a1f08c803046e6812d1046d305e957a9274b550 (diff) | |
download | luafilesystem-865d2453ff6b3a87a2551b2b398ebbb5d580531a.tar.gz luafilesystem-865d2453ff6b3a87a2551b2b398ebbb5d580531a.tar.bz2 luafilesystem-865d2453ff6b3a87a2551b2b398ebbb5d580531a.zip |
Correcting option which only exists on MacOS X.
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ | |||
1 | # $Id: Makefile,v 1.25 2005/06/24 01:49:16 tomas Exp $ | 1 | # $Id: Makefile,v 1.26 2005/06/27 17:06:01 tomas Exp $ |
2 | 2 | ||
3 | T= lfs | 3 | T= lfs |
4 | V= 1.2 | 4 | V= 1.2 |
@@ -22,7 +22,7 @@ $(COMPAT_O): $(COMPAT_DIR)/compat-5.1.c | |||
22 | install: src/$(LIBNAME) | 22 | install: src/$(LIBNAME) |
23 | mkdir -p $(LUA_LIBDIR) | 23 | mkdir -p $(LUA_LIBDIR) |
24 | cp src/$(LIBNAME) $(LUA_LIBDIR) | 24 | cp src/$(LIBNAME) $(LUA_LIBDIR) |
25 | cd $(LUA_LIBDIR); ln -f -h -s $(LIBNAME) $T.so | 25 | cd $(LUA_LIBDIR); ln -f -s $(LIBNAME) $T.so |
26 | 26 | ||
27 | clean: | 27 | clean: |
28 | rm -f src/$(LIBNAME) $(OBJS) $(COMPAT_O) | 28 | rm -f src/$(LIBNAME) $(OBJS) $(COMPAT_O) |