aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 95c7da1..9d2f630 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
1# $Id: Makefile,v 1.9 2004/11/10 14:44:01 tuler Exp $ 1# $Id: Makefile,v 1.10 2005/01/18 09:36:11 tomas Exp $
2 2
3T= lfs 3T= lfs
4 4
@@ -23,9 +23,9 @@ compat-5.1.o: $(COMPAT_DIR)/compat-5.1.c
23 $(CC) -c $(CFLAGS) -o $@ $(COMPAT_DIR)/compat-5.1.c 23 $(CC) -c $(CFLAGS) -o $@ $(COMPAT_DIR)/compat-5.1.c
24 24
25install: $(LIBNAME) 25install: $(LIBNAME)
26 mkdir -p $(LIB_DIR) 26 mkdir -p $(LUA_LIBDIR)
27 cp $(LIBNAME) $(LIB_DIR) 27 cp $(LIBNAME) $(LUA_LIBDIR)
28 ln -f -s $(LIB_DIR)/$(LIBNAME) $(LIB_DIR)/$T$(LIB_EXT) 28 ln -f -s $(LUA_LIBDIR)/$(LIBNAME) $(LUA_LIBDIR)/$T$(LIB_EXT)
29 29
30clean: 30clean:
31 rm -f $L $(LIBNAME) $(OBJS) 31 rm -f $L $(LIBNAME) $(OBJS)