Mercurial > emacs
comparison Makefile.in @ 73679:6211df193121
Fix typo.
author | Romain Francoise <romain@orebokech.com> |
---|---|
date | Sat, 04 Nov 2006 14:47:54 +0000 |
parents | dbad5ab7f084 |
children | 88beb338a4cc 02cf29720f31 |
comparison
equal
deleted
inserted
replaced
73678:dbad5ab7f084 | 73679:6211df193121 |
---|---|
278 -e 's;\(#.*PATH_GAME\).*$$;\1 "${gamedir}";' \ | 278 -e 's;\(#.*PATH_GAME\).*$$;\1 "${gamedir}";' \ |
279 -e 's;\(#.*PATH_DOC\).*$$;\1 "${docdir}";' \ | 279 -e 's;\(#.*PATH_DOC\).*$$;\1 "${docdir}";' \ |
280 -e 's;/[*] *arch-tag:.*;/*;') && \ | 280 -e 's;/[*] *arch-tag:.*;/*;') && \ |
281 ${srcdir}/move-if-change epaths.h.$$$$ src/epaths.h | 281 ${srcdir}/move-if-change epaths.h.$$$$ src/epaths.h |
282 | 282 |
283 # For parallel make, src should be build before leim. | 283 # For parallel make, src should be built before leim. |
284 # "export PARALLEL=0" is for SGI's Make, to prevent it from | 284 # "export PARALLEL=0" is for SGI's Make, to prevent it from |
285 # running more than 1 process in the leim directory, especially for | 285 # running more than 1 process in the leim directory, especially for |
286 # the $TIT files there. | 286 # the $TIT files there. |
287 leim: src ${SUBDIR_MAKEFILES} FRC | 287 leim: src ${SUBDIR_MAKEFILES} FRC |
288 (export PARALLEL; PARALLEL=0; cd $@; $(MAKE) all $(MFLAGS) \ | 288 (export PARALLEL; PARALLEL=0; cd $@; $(MAKE) all $(MFLAGS) \ |