Noux: touch TARGET after successful installation

Make sure that the $(TARGET) file has a more recent timestamp than its
dependency after a successful installation.

Fixes #405.
This commit is contained in:
Christian Prochaska 2012-10-11 16:56:58 +02:00 committed by Norman Feske
parent 8b0ad007ca
commit 42a263b74f

View File

@ -182,6 +182,7 @@ noux_installed.tag: noux_built.tag
@touch $@
$(TARGET): noux_installed.tag
@touch $@
#
# The clean rule is expected to be executed within the 3rd-party build