comparison lib-src/Makefile.in.in @ 219:262b8bb4a523 r20-4b8

Import from CVS: tag r20-4b8
author cvs
date Mon, 13 Aug 2007 10:09:35 +0200
parents 850242ba4a81
children 11cf20601dec
comparison
equal deleted inserted replaced
218:c9f226976f56 219:262b8bb4a523
157 #undef MOVEMAIL_NEEDS_BLESSING 157 #undef MOVEMAIL_NEEDS_BLESSING
158 #if !defined (MAIL_USE_FLOCK) && ! defined (MAIL_USE_LOCKF) 158 #if !defined (MAIL_USE_FLOCK) && ! defined (MAIL_USE_LOCKF)
159 #define MOVEMAIL_NEEDS_BLESSING 159 #define MOVEMAIL_NEEDS_BLESSING
160 blessmail = blessmail 160 blessmail = blessmail
161 blessmail: 161 blessmail:
162 ../src/xemacs -batch -l ../lisp/utils/blessmail.el 162 ../src/xemacs -batch -l ../lisp/blessmail.el
163 chmod +x $@ 163 chmod +x $@
164 #endif /* movemail needs blessing */ 164 #endif /* movemail needs blessing */
165 165
166 maybe-blessmail: $(blessmail) 166 maybe-blessmail: $(blessmail)
167 #ifdef MOVEMAIL_NEEDS_BLESSING 167 #ifdef MOVEMAIL_NEEDS_BLESSING