aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authortomas <tomas>2004-10-15 10:07:53 +0000
committertomas <tomas>2004-10-15 10:07:53 +0000
commit8ffae1be28f82d4385665b78457681300d50aaf7 (patch)
tree873a9d7ace4777334020e91efd56ed19e6bb23ea /Makefile
parent39fba7df43aa2bead39f6ffad6ef4675ad4576c3 (diff)
downloadluafilesystem-8ffae1be28f82d4385665b78457681300d50aaf7.tar.gz
luafilesystem-8ffae1be28f82d4385665b78457681300d50aaf7.tar.bz2
luafilesystem-8ffae1be28f82d4385665b78457681300d50aaf7.zip
Pequena melhoria para achar os arquivos compat-5.1.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index e103146..2878a50 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
1# $Id: Makefile,v 1.5 2004/10/15 10:04:15 tomas Exp $ 1# $Id: Makefile,v 1.6 2004/10/15 10:07:53 tomas Exp $
2 2
3T= lfs 3T= lfs
4 4
@@ -19,7 +19,7 @@ lib: $(LIBNAME)
19$(LIBNAME): $(OBJS) 19$(LIBNAME): $(OBJS)
20 $(CC) $(CFLAGS) $(LIB_OPTION) -o $(LIBNAME) $(OBJS) $(LIBS) 20 $(CC) $(CFLAGS) $(LIB_OPTION) -o $(LIBNAME) $(OBJS) $(LIBS)
21 21
22compat-5.1.o: compat-5.1.c 22compat-5.1.o: $(COMPAT_DIR)/compat-5.1.c
23 23
24install: $(LIBNAME) 24install: $(LIBNAME)
25 mkdir -p $(LIB_DIR) 25 mkdir -p $(LIB_DIR)