From 60636e84fc449fa8426788bbb7fcd7aff17819fc Mon Sep 17 00:00:00 2001
From: sebastien <sebastien@ac1d8469-bf42-47a9-8791-bf33cf982152>
Date: Mon, 8 Jun 2009 10:04:06 +0000
Subject: [PATCH] trunk: build system updates * top-level Makefile now
 generated * automatic rules for regenerating configure and Makefiles *
 enhanced source tarball creation (no longer destroys SVN subdirs)

git-svn-id: https://www.dynare.org/svn/dynare/trunk@2734 ac1d8469-bf42-47a9-8791-bf33cf982152
---
 Makefile.in | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/Makefile.in b/Makefile.in
index 06e32859..4001342b 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -9,3 +9,6 @@ endif
 clean:
 	rm -f macroprocessor.pdf *.toc *.aux *.log *.nav *.snm *.vrb *.out *~
 .PHONY: clean
+
+Makefile: Makefile.in ../../config.status
+	cd ../.. && ./config.status
-- 
GitLab