* Makefile.in (macro_list): Use move-if-change to avoid spurious
rebuilds.
From-SVN: r90535
+2004-11-11 Geoffrey Keating <geoffk@apple.com>
+
+ * Makefile.in (macro_list): Use move-if-change to avoid spurious
+ rebuilds.
+
2004-11-12 Mark Mitchell <mark@codesourcery.com>
PR c++/18416
echo | $(GCC_FOR_TARGET) -E -dM - | \
sed -n 's/^#define \([^_][a-zA-Z0-9_]*\).*/\1/p ; \
s/^#define \(_[^_A-Z][a-zA-Z0-9_]*\).*/\1/p' | \
- sort -u > $@
+ sort -u > tmp-$@
+ $(SHELL) $(srcdir)/../move-if-change tmp-$@ $@
# Build fixed copies of system files.
stmp-fixinc: gsyslimits.h macro_list \