From 2cc32c18831950df0753d82a2dcd69a65aff7831 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 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile.in b/Makefile.in index 59d72ae7..15e23adb 100644 --- a/Makefile.in +++ b/Makefile.in @@ -9,3 +9,6 @@ endif clean: rm -f *.pdf *.toc *.aux *.log *.nav *.snm *.vrb *.out *~ .PHONY: clean + +Makefile: Makefile.in ../../config.status + cd ../.. && ./config.status