comparison Makefile.in @ 7293:0b9e737663c2

(lib-src): Depend on src.
author Richard M. Stallman <rms@gnu.org>
date Tue, 03 May 1994 08:18:08 +0000
parents 48a7943730c1
children b4ef2060b171
comparison
equal deleted inserted replaced
7292:b5b5ca91f463 7293:0b9e737663c2
218 -e 's;\(#.*PATH_DOC\).*$$;\1 "${docdir}";' \ 218 -e 's;\(#.*PATH_DOC\).*$$;\1 "${docdir}";' \
219 -e 's;\(#.*PATH_LOCK\).*$$;\1 "${lockdir}/";') 219 -e 's;\(#.*PATH_LOCK\).*$$;\1 "${lockdir}/";')
220 @${srcdir}/move-if-change src/paths.h.tmp src/paths.h 220 @${srcdir}/move-if-change src/paths.h.tmp src/paths.h
221 221
222 src: lib-src FRC.src 222 src: lib-src FRC.src
223 lib-src: FRC.lib-src src/paths.h 223
224 # Depend on src so that src gets done first
225 # and emacs is available for running blessmail.
226 lib-src: FRC.lib-src src/paths.h src
224 227
225 .RECURSIVE: ${SUBDIR} 228 .RECURSIVE: ${SUBDIR}
226 229
227 ${SUBDIR}: ${SUBDIR_MAKEFILES} FRC 230 ${SUBDIR}: ${SUBDIR_MAKEFILES} FRC
228 cd $@; $(MAKE) all $(MFLAGS) \ 231 cd $@; $(MAKE) all $(MFLAGS) \