Fix Makefile error propagation
authorHans de Goede <hdegoede@redhat.com>
Sun, 23 Jan 2011 11:38:21 +0000 (12:38 +0100)
committerHans de Goede <hdegoede@redhat.com>
Sun, 23 Jan 2011 11:38:21 +0000 (12:38 +0100)
commitf51ac9f8b4dd0265575fd41ebaa36327309e4ae7
tree800718b65a75cb8657d3cd9893823819bc696ff3
parentad1bfbbea5960243fdaf93a6d3386ff0c65b6337
Fix Makefile error propagation

We were handling the subdirs in utils/Makefile in such a way that make failing
in one of the subdirs would not abort the build.

Signed-off-By: Hans de Goede <hdegoede@redhat.com>
utils/Makefile