]> git.tue.mpg.de Git - paraslash.git/commit
Rebuild error2.h on Makefile changes.
authorAndre Noll <maan@systemlinux.org>
Fri, 20 Dec 2013 10:29:58 +0000 (11:29 +0100)
committerAndre Noll <maan@systemlinux.org>
Fri, 20 Dec 2013 10:29:58 +0000 (11:29 +0100)
commitabb0804473161fbce0f98c627138c146fe1b6a95
tree95393534416a5ebb8cd4ca178181a87ff004a2bc
parent71b616da2bf1f43c4b22f171bafc4c7e323358a4
Rebuild error2.h on Makefile changes.

Re-running configure without a subsequent make clean currently fails if
the set of objects has changed since the last run. This happens for
example if a different cryptolib was requested with --enable-cryptolib,
or if different libraries were detected by configure.

The problem is that error2.h is not updated according to the new
set of objects. Letting error2.h depend on Makefile should fix it,
because configure creates Makefile, so error2.h will be recreated
after reconfiguring.
Makefile.real