aboutsummaryrefslogtreecommitdiffstats
path: root/src/Makefile.in
diff options
context:
space:
mode:
authorPaul Eggert2012-09-02 07:26:47 -0700
committerPaul Eggert2012-09-02 07:26:47 -0700
commitc04889f8e34e69ed496fcaaab285eac34e96acc1 (patch)
tree6a8d73793fc7eaf77a8488400ebe693ea48c9a5d /src/Makefile.in
parentf278d339c9aea397620179bda2c396aaae073be1 (diff)
downloademacs-c04889f8e34e69ed496fcaaab285eac34e96acc1.tar.gz
emacs-c04889f8e34e69ed496fcaaab285eac34e96acc1.zip
* Makefile.in (gl-stamp): Don't scan $(SOME_MACHINE_OBJECTS)
when building globals.h, as the objects that are not built on this host are not needed to compile C files on this host.
Diffstat (limited to 'src/Makefile.in')
-rw-r--r--src/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.in b/src/Makefile.in
index a809216f095..fe4cff5d8cc 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -448,7 +448,7 @@ GLOBAL_SOURCES = $(base_obj:.o=.c) $(NS_OBJC_OBJ:.o=.m)
448 448
449gl-stamp: $(libsrc)/make-docfile$(EXEEXT) $(GLOBAL_SOURCES) 449gl-stamp: $(libsrc)/make-docfile$(EXEEXT) $(GLOBAL_SOURCES)
450 @rm -f gl-tmp 450 @rm -f gl-tmp
451 $(libsrc)/make-docfile -d $(srcdir) -g $(SOME_MACHINE_OBJECTS) $(obj) > gl-tmp 451 $(libsrc)/make-docfile -d $(srcdir) -g $(obj) > gl-tmp
452 $(srcdir)/../build-aux/move-if-change gl-tmp globals.h 452 $(srcdir)/../build-aux/move-if-change gl-tmp globals.h
453 echo timestamp > $@ 453 echo timestamp > $@
454 454