]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
build: Split Makefile.in.
authorAndre Noll <maan@systemlinux.org>
Sun, 15 Sep 2013 02:39:11 +0000 (02:39 +0000)
committerAndre Noll <maan@systemlinux.org>
Sun, 1 Dec 2013 11:01:01 +0000 (12:01 +0100)
This trims down Makefile.in to contain only the initializations of
Make variables with their autoconf counterpart. The new Makefile.real
contains the second part, including all recipes.

With this commit, Makefile.in needs to be changed only when
configure.ac introduces new variables. In this case a full
autoconf, configure, make cycle is necessary anyway. However, if
only Makefile.real changes, a simple make run should be enough to
update everything.


No differences found