From 5886d3f01074cbb613ab510be6bb783f3449a738 Mon Sep 17 00:00:00 2001 From: sebastien 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 | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Makefile.in b/Makefile.in index 997ad9ca..a8d2af7c 100644 --- a/Makefile.in +++ b/Makefile.in @@ -97,3 +97,9 @@ clean: location.hh \ stack.hh \ position.hh + + +# Recreate Makefile when necessary + +Makefile: Makefile.in ../config.status + cd .. && ./config.status