]> git.pond.sub.org Git - empserver/commit
Clean up dependencies after failed compile
authorMarkus Armbruster <armbru@pond.sub.org>
Mon, 25 Feb 2008 20:38:22 +0000 (21:38 +0100)
committerMarkus Armbruster <armbru@pond.sub.org>
Fri, 14 Mar 2008 19:25:09 +0000 (20:25 +0100)
commitadbcdf4335f8b93be58b19b7e6feeaf55340753b
tree97fa71eb66b3023cf9fdd89b78b1a1735cfaea8f
parent4a0732375d8941af42d5d7e75eb32c7c957ab281
Clean up dependencies after failed compile

If gcc's preprocessor chokes, it leaves an empty dependency file
behind, and doesn't touch the object file.  If an old object file
exists, and is newer than the .c file, make will then consider the
object file up-to-date.  This can lead to nasty version errors.
Make.mk