diff --git a/[refs] b/[refs] index c7dd1d491d5a..2d558369b4d3 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 7373f4f83c71d50f0aece6d94309ab7fde42180f +refs/heads/master: 991d76c950f6c5323c37c33dcebf6b8aec009ff0 diff --git a/trunk/scripts/Makefile.lib b/trunk/scripts/Makefile.lib index b0d0c7a189f7..aeea84a24836 100644 --- a/trunk/scripts/Makefile.lib +++ b/trunk/scripts/Makefile.lib @@ -204,7 +204,7 @@ endif quiet_cmd_shipped = SHIPPED $@ cmd_shipped = cat $< > $@ -$(obj)/%:: $(src)/%_shipped +$(obj)/%: $(src)/%_shipped $(call cmd,shipped) # Commands useful for building a boot image