Skip to content
This repository has been archived by the owner on Nov 20, 2020. It is now read-only.

Commit

Permalink
Correcting option which only exists on MacOS X.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomas Guisasola committed Jun 27, 2005
1 parent fd19548 commit 8192232
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ $(COMPAT_DIR)/compat-5.1.o: $(COMPAT_DIR)/compat-5.1.c
install:
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
mkdir -p $(LUA_DIR)/$T
cp src/$T/lom.lua $(LUA_DIR)/$T

clean:
rm -f src/$(LIBNAME) src/lxplib.o $(COMPAT_DIR)/compat-5.1.o

# $Id: makefile,v 1.31 2005-06-24 01:43:43 tomas Exp $
# $Id: makefile,v 1.32 2005-06-27 17:04:27 tomas Exp $

0 comments on commit 8192232

Please sign in to comment.