From a83f77d67f7b9e1a068ccce560ea85d1c617ac16 Mon Sep 17 00:00:00 2001 From: Tomas Guisasola Date: Wed, 24 Nov 2004 15:26:40 +0000 Subject: Correcao na geracao do .zip: nao trocar CR por LF para nao alterar binarios. --- lualdap/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lualdap/Makefile') diff --git a/lualdap/Makefile b/lualdap/Makefile index b238105..6e449e0 100755 --- a/lualdap/Makefile +++ b/lualdap/Makefile @@ -39,7 +39,7 @@ LIBNAME= lib$T$(VERSION)$(LIB_EXT) dist: dist_dir tar -czf $(TAR_FILE) $(DIST_DIR); - zip -lq $(ZIP_FILE) $(DIST_DIR)/* + zip -rq $(ZIP_FILE) $(DIST_DIR)/* rm -rf $(DIST_DIR) dist_dir: @@ -66,4 +66,4 @@ compat-5.1.o: $(COMPAT_DIR)/compat-5.1.c clean: rm -f $(OBJS) $(LIB) $(SO) $(DYLIB) $(DLL) $(TAR_FILE) $(ZIP_FILE) -# $Id: Makefile,v 1.15 2004-11-09 14:11:56 tomas Exp $ +# $Id: Makefile,v 1.16 2004-11-24 15:26:40 tomas Exp $ -- cgit v1.2.3-59-g8ed1b