From 1e330d96360323f0543b5862b0c96b4209ba4ea3 Mon Sep 17 00:00:00 2001 From: Adam Mitz Date: Thu, 13 Jun 2019 10:58:54 -0500 Subject: gnuace: custom-only project's postbuild needs to run after other steps --- ACE/bin/MakeProjectCreator/templates/gnu.mpd | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ACE/bin/MakeProjectCreator/templates/gnu.mpd b/ACE/bin/MakeProjectCreator/templates/gnu.mpd index c00cab2da08..92ad6c02dc0 100644 --- a/ACE/bin/MakeProjectCreator/templates/gnu.mpd +++ b/ACE/bin/MakeProjectCreator/templates/gnu.mpd @@ -771,6 +771,8 @@ __postbuild__: $(VBIN) $(INSTALL) <%else%> <%if(sharedname || staticname)%> __postbuild__: $(VLIBS) $(INSTALL) +<%else%> +__postbuild__: $(GENERATED_DIRTY) <%endif%> <%endif%> -- cgit v1.2.1