From: Glenn Morris Date: Thu, 10 Feb 2011 03:20:52 +0000 (-0800) Subject: * src/Makefile.in (really-lwlib): Depend on globals.h, for parallel builds. X-Git-Tag: emacs-pretest-24.0.90~104^2~275^2~947 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5ac75e8f4b724c2f3e7bd6f2e2c96fd69710ce1b;p=emacs.git * src/Makefile.in (really-lwlib): Depend on globals.h, for parallel builds. Otherwise, lwlib/ and src/ would try to run make-docfile at the same time, and one of them would lose when its output file disappeared. --- diff --git a/src/ChangeLog b/src/ChangeLog index 5cbcd35b5c7..68a12d4f55a 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,7 +1,11 @@ +2011-02-10 Glenn Morris + + * Makefile.in (really-lwlib): Depend on globals.h, for parallel builds. + 2011-02-09 Eli Zaretskii - * makefile.w32-in (GLOBAL_SOURCES, SOME_MACHINE_OBJECTS, obj): New - macros. + * makefile.w32-in (GLOBAL_SOURCES, SOME_MACHINE_OBJECTS, obj): + New macros. (globals.h, gl-stamp): New targets. (clean): Clean gl-stamp and globals.h. diff --git a/src/Makefile.in b/src/Makefile.in index 4de8556a997..fda65be7084 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -669,7 +669,7 @@ temacs$(EXEEXT): $(START_FILES) stamp-oldxmenu $(obj) $(otherobj) $(lib)/libgnu. ## The following oldxmenu-related rules are only (possibly) used if ## HAVE_X11 && !USE_GTK, but there is no harm in always defining them ## (provided we take a little care that OLDXMENU is never empty). -really-lwlib: +really-lwlib: globals.h cd $(lwlibdir); $(MAKE) $(MFLAGS) \ CC='$(CC)' CFLAGS='$(CFLAGS)' MAKE='$(MAKE)' @true # make -t should not create really-lwlib.