summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorThomas Schwinge <tschwinge@gnu.org>2006-02-03 15:25:13 +0000
committerThomas Schwinge <tschwinge@gnu.org>2009-06-18 00:26:32 +0200
commit3875df2fac045e70864c29ef014dff605ca06228 (patch)
treead06264cce295b17e8b8df943bd56b98cbb5202d /Makefile.in
parent385e37243a30fe5367e4dbd526301d514dd3c68c (diff)
2006-02-03 Thomas Schwinge <tschwinge@gnu.org>
* Makefile.in: Include Makerules through top_builddir, so that it will automatically be rebuilt if needed.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in4
1 files changed, 3 insertions, 1 deletions
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