summaryrefslogtreecommitdiff
path: root/lib-src/Makefile.in
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1994-05-04 05:15:00 +0000
committerRichard M. Stallman <rms@gnu.org>1994-05-04 05:15:00 +0000
commit66befe00de33f1f0b4fbc2a325a3568e89c70fce (patch)
treee91312eea02f7231df986d6c37aaf40bd1354298 /lib-src/Makefile.in
parent93f4d2cc3a0568e83a2d99fbf5340bba499f7d0d (diff)
downloademacs-66befe00de33f1f0b4fbc2a325a3568e89c70fce.tar.gz
(maybe-blessmail): New target to print the blessmail warning message.
(${archlibdir}): Don't do it here. Don't depend on blessmail.
Diffstat (limited to 'lib-src/Makefile.in')
-rw-r--r--lib-src/Makefile.in24
1 files changed, 13 insertions, 11 deletions
diff --git a/lib-src/Makefile.in b/lib-src/Makefile.in
index da5e40e9134..0db8313d41d 100644
--- a/lib-src/Makefile.in
+++ b/lib-src/Makefile.in
@@ -164,9 +164,21 @@ blessmail: ../src/emacs
chmod +x blessmail
#endif
+maybe-blessmail: BLESSMAIL
+#ifdef MOVEMAIL_NEEDS_BLESSING
+/* Don't charge ahead and do it! Let the installer decide.
+ ./blessmail ${archlibdir}/movemail */
+ @if [ `wc -l <blessmail` != 2 ] ; then \
+ dir=`sed -n -e 's/echo mail directory = \(.*\)/\1/p' blessmail`; \
+ echo Assuming $$dir is really the mail spool directory, you should; \
+ echo run ./blessmail ${archlibdir}/movemail; \
+ echo as root, to give movemail appropriate permissions.; \
+ fi
+#endif
+
/* Install the internal utilities. Until they are installed, we can
just run them directly from lib-src. */
-${archlibdir}: all BLESSMAIL
+${archlibdir}: all
@echo
@echo "Installing utilities run internally by Emacs."
./make-path ${archlibdir}
@@ -178,16 +190,6 @@ ${archlibdir}: all BLESSMAIL
(cd ..; $(INSTALL_PROGRAM) ${srcdir}/$$file ${archlibdir}/$$file); \
done ; \
fi
-#ifdef MOVEMAIL_NEEDS_BLESSING
-/* Don't charge ahead and do it! Let the installer decide.
- ./blessmail ${archlibdir}/movemail */
- @if [ `wc -l <blessmail` != 2 ] ; then \
- dir=`sed -n -e 's/echo mail directory = \(.*\)/\1/p' blessmail`; \
- echo Assuming $$dir is really the mail spool directory, you should; \
- echo run ./blessmail ${archlibdir}/movemail; \
- echo as root, to give movemail appropriate permissions.; \
- fi
-#endif
/* We don't need to install `wakeup' explicitly, because it will be
copied when this whole directory is copied. */