Mercurial > hg > xemacs-beta
diff src/Makefile.in.in @ 1324:70841e88fbee
[xemacs-hg @ 2003-02-24 12:42:34 by michaels]
2003-02-20 Mike Sperber <mike@xemacs.org>
* Makefile.in.in (update-elc-2): Sequentialize dependencies even
more.
author | michaels |
---|---|
date | Mon, 24 Feb 2003 12:42:39 +0000 |
parents | 70921960b980 |
children | 4542b72c005e |
line wrap: on
line diff
--- a/src/Makefile.in.in Sun Feb 23 22:52:36 2003 +0000 +++ b/src/Makefile.in.in Mon Feb 24 12:42:39 2003 +0000 @@ -452,7 +452,7 @@ ## build-the-mofo: ${EXE_TARGET} update-elc ${libsrc}DOC $(mo_file) ${other_files} ${DUMP_TARGET} update-elc-2 $(LISP)/finder-inf.el load-shadows -build-the-mofo: ${EXE_TARGET} update-elc ${libsrc}DOC $(mo_file) ${other_files} ${DUMP_TARGET} load-shadows +build-the-mofo: ${EXE_TARGET} ${libsrc}DOC $(mo_file) ${other_files} ${DUMP_TARGET} load-shadows .NO_PARALLEL: ${EXE_TARGET} update-elc ${libsrc}DOC ${DUMP_TARGET} update-elc-2 release: all @@ -466,7 +466,7 @@ $(TEMACS_BATCH) -l $(LISP)/update-elc.el ## Update out-of-date .elcs, other than needed for dumping. -update-elc-2: $(EXE_TARGET) $(DUMP_TARGET) +update-elc-2: update-elc $(EXE_TARGET) $(DUMP_TARGET) $(XEMACS_BATCH) -no-autoloads -l update-elc-2.el -f batch-update-elc-2 $(LISP) $(LISP)/finder-inf.el: update-elc-2 $(EXE_TARGET) $(DUMP_TARGET) @@ -518,7 +518,7 @@ obj_src = $(objs:.o=.c) -${libsrc}DOC: ${libsrc}make-docfile NEEDTODUMP ${temacs_deps} +${libsrc}DOC: ${libsrc}make-docfile NEEDTODUMP ${temacs_deps} ${EXE_TARGET} #ifdef QUICK_BUILD if test ! -f $@ ; then \ #else