summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog3
-rw-r--r--Makefile.in4
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index fe3a026..e6e2b3e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2006-02-03 Thomas Schwinge <tschwinge@gnu.org>
+ * Makefile.in: Include Makerules through top_builddir, so that it will
+ automatically be rebuilt if needed.
+
* Makerules.in: Add -fno-strict-aliasing to CFLAGS.
* i386/linux/Makefile.in: Likewise for linux-gen-flags.
diff --git a/Makefile.in b/Makefile.in
index d34e009..89c5ad6 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -38,6 +38,8 @@ sysconfdir = @sysconfdir@
systype = @systype@
+top_builddir = ./
+
#
# Default target
@@ -414,4 +416,4 @@ vpath configure $(srcdir)
# Makerules
#
-include Makerules
+include $(top_builddir)/Makerules