]> git.eshelyaron.com Git - emacs.git/commitdiff
(lib-src): Undo previous change.
authorRichard M. Stallman <rms@gnu.org>
Wed, 4 May 1994 05:15:26 +0000 (05:15 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 4 May 1994 05:15:26 +0000 (05:15 +0000)
(blessmail): New target to run maybe-blessmail in lib-src.
(all): Depend on blessmail.

Makefile.in

index 71b405c970238517c341ad2fcc4580adb05263d4..dc2790e5ec65aa0e4ccbcb84a19237dfaad484ef 100644 (file)
@@ -195,7 +195,7 @@ SUBDIR_MAKEFILES = lib-src/Makefile src/Makefile oldXMenu/Makefile lwlib/Makefil
 COPYDIR = ${srcdir}/etc ${srcdir}/lisp
 COPYDESTS = ${etcdir} ${lispdir}
 
-all:   src/paths.h ${SUBDIR}
+all:   src/paths.h ${SUBDIR} blessmail
 
 removenullpaths=sed -e 's/^://' -e 's/:$$//' -e 's/::/:/'
 
@@ -221,9 +221,7 @@ src/paths.h: Makefile ${srcdir}/src/paths.h.in FRC.src.paths.h
 
 src:   lib-src FRC.src
 
-# Depend on src so that src gets done first
-# and emacs is available for running blessmail.
-lib-src: FRC.lib-src src/paths.h src
+lib-src: FRC.lib-src src/paths.h
 
 .RECURSIVE: ${SUBDIR}
 
@@ -232,6 +230,9 @@ ${SUBDIR}: ${SUBDIR_MAKEFILES} FRC
          CC='${CC}' CFLAGS='${CFLAGS}' CPPFLAGS='${CPPFLAGS}' \
          LDFLAGS='${LDFLAGS}' MAKE='${MAKE}'
 
+blessmail: ${SUBDIR_MAKEFILES} FRC
+       cd lib-src; $(MAKE) maybe-blessmail $(MFLAGS) MAKE='${MAKE}'
+
 Makefile: Makefile.in config.status
        ./config.status