From 865d2453ff6b3a87a2551b2b398ebbb5d580531a Mon Sep 17 00:00:00 2001 From: tomas Date: Mon, 27 Jun 2005 17:06:01 +0000 Subject: Correcting option which only exists on MacOS X. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index a1bc6d2..f8ee01d 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.25 2005/06/24 01:49:16 tomas Exp $ +# $Id: Makefile,v 1.26 2005/06/27 17:06:01 tomas Exp $ T= lfs V= 1.2 @@ -22,7 +22,7 @@ $(COMPAT_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 src/$(LIBNAME) $(OBJS) $(COMPAT_O) -- cgit v1.2.3-55-g6feb