comparison Makefile.in @ 19946:d44bb51c42b5

(install-leim): Depend on mkdir. (leim): Depend on src.
author Richard M. Stallman <rms@gnu.org>
date Wed, 17 Sep 1997 00:35:15 +0000
parents 6bf6679152c5
children ba88cbeab176
comparison
equal deleted inserted replaced
19945:3808d67c4e72 19946:d44bb51c42b5
216 -e 's;\(#.*PATH_DATA\).*$$;\1 "${etcdir}";' \ 216 -e 's;\(#.*PATH_DATA\).*$$;\1 "${etcdir}";' \
217 -e 's;\(#.*PATH_BITMAPS\).*$$;\1 "${bitmapdir}";' \ 217 -e 's;\(#.*PATH_BITMAPS\).*$$;\1 "${bitmapdir}";' \
218 -e 's;\(#.*PATH_X_DEFAULTS\).*$$;\1 "${x_default_search_path}";' \ 218 -e 's;\(#.*PATH_X_DEFAULTS\).*$$;\1 "${x_default_search_path}";' \
219 -e 's;\(#.*PATH_DOC\).*$$;\1 "${docdir}";') && \ 219 -e 's;\(#.*PATH_DOC\).*$$;\1 "${docdir}";') && \
220 ${srcdir}/move-if-change paths.h.$$$$ src/paths.h 220 ${srcdir}/move-if-change paths.h.$$$$ src/paths.h
221
222 # For parallel make, src should be build before leim.
223 leim: src
221 224
222 src: lib-src FRC 225 src: lib-src FRC
223 226
224 lib-src: FRC src/config.stamp 227 lib-src: FRC src/config.stamp
225 228
377 380
378 ### Install LEIM files. Although they are machine-independent, we 381 ### Install LEIM files. Although they are machine-independent, we
379 ### have separate target here instead of including it in 382 ### have separate target here instead of including it in
380 ### `install-arch-indep'. People who extracted LEIM files after they 383 ### `install-arch-indep'. People who extracted LEIM files after they
381 ### insalled Emacs itself can install only LEIM files by this target. 384 ### insalled Emacs itself can install only LEIM files by this target.
382 install-leim: leim/Makefile 385 install-leim: leim/Makefile mkdir
383 cd leim; $(MAKE) install 386 cd leim; $(MAKE) install
384 387
385 ### Build Emacs and install it, stripping binaries while installing them. 388 ### Build Emacs and install it, stripping binaries while installing them.
386 install-strip: 389 install-strip:
387 $(MAKE) INSTALL_STRIP=-s 390 $(MAKE) INSTALL_STRIP=-s