From 0182a1f17fd0f26dd7dac36d6e26fdbedc00322b Mon Sep 17 00:00:00 2001 From: tomas Date: Sat, 28 May 2005 21:48:36 +0000 Subject: Correction on library name (no more .dylib). --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 7b2dcc2..11956dc 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.17 2005/05/25 12:55:32 tomas Exp $ +# $Id: Makefile,v 1.18 2005/05/28 21:48:36 tomas Exp $ T= lfs @@ -26,7 +26,7 @@ $(COMPAT_O): $(COMPAT_DIR)/compat-5.1.c install: src/$(LIBNAME) mkdir -p $(LUA_LIBDIR) cp src/$(LIBNAME) $(LUA_LIBDIR) - ln -f -s $(LUA_LIBDIR)/$(LIBNAME) $(LUA_LIBDIR)/$T$(LIB_EXT) + ln -f -s $(LUA_LIBDIR)/$(LIBNAME) $(LUA_LIBDIR)/$T.so clean: rm -f $L src/$(LIBNAME) $(OBJS) -- cgit v1.2.3-55-g6feb