From 3875df2fac045e70864c29ef014dff605ca06228 Mon Sep 17 00:00:00 2001 From: Thomas Schwinge Date: Fri, 3 Feb 2006 15:25:13 +0000 Subject: 2006-02-03 Thomas Schwinge * Makefile.in: Include Makerules through top_builddir, so that it will automatically be rebuilt if needed. --- Makefile.in | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Makefile.in') 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 -- cgit v1.2.3