Update of /cvsroot/mahogany/M/lib/imap
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14907/lib/imap
Modified Files:
Makefile.M
Log Message:
fixed make clean so that you don't get errors if you make again after it
Index: Makefile.M
===================================================================
RCS file: /cvsroot/mahogany/M/lib/imap/Makefile.M,v
retrieving revision 1.1
retrieving revision 1.2
diff -b -u -2 -r1.1 -r1.2
--- Makefile.M 2 May 2004 12:32:22 -0000 1.1
+++ Makefile.M 8 Jul 2004 21:57:17 -0000 1.2
@@ -46,5 +46,5 @@
IMAP_UNIX_DIR := $(IMAP_SRC_DIR)/osdep/unix
$(OSDEP):
- @mkdir c-client
+ @if [ ! -d c-client ]; then mkdir c-client; fi
for i in $(IMAP_UNIX_DIR)/Makefile \
$(IMAP_UNIX_DIR)/drivers \
@@ -84,6 +84,4 @@
$(MAKE) -C c-client --no-print-directory clean; \
fi
-
-veryclean:
$(RM) -r c-client
-------------------------------------------------------
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 -
digital self defense, top technical experts, no vendor pitches,
unmatched networking opportunities. Visit www.blackhat.com
_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates