when building globals.h, as the objects that are not built on
this host are not needed to compile C files on this host.
+2012-09-02 Paul Eggert <eggert@cs.ucla.edu>
+
+ * 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.
+
2012-09-02 Jan Djärv <jan.h.d@swipnet.se>
* gtkutil.h: Remove prototype for x_wm_set_size_hint.
gl-stamp: $(libsrc)/make-docfile$(EXEEXT) $(GLOBAL_SOURCES)
@rm -f gl-tmp
- $(libsrc)/make-docfile -d $(srcdir) -g $(SOME_MACHINE_OBJECTS) $(obj) > gl-tmp
+ $(libsrc)/make-docfile -d $(srcdir) -g $(obj) > gl-tmp
$(srcdir)/../build-aux/move-if-change gl-tmp globals.h
echo timestamp > $@