summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Mitz <mitza@objectcomputing.com>2019-06-13 13:55:15 -0500
committerGitHub <noreply@github.com>2019-06-13 13:55:15 -0500
commitac55bf6192711ae2b0391c6b143c9744e46c892d (patch)
tree39e5eec43599c7a56aa3aa93d7d5acd3e66415f7
parentedc04eea14d97c29a91167b8ec5ff08f9f6e1e9e (diff)
parent1e330d96360323f0543b5862b0c96b4209ba4ea3 (diff)
downloadATCD-ac55bf6192711ae2b0391c6b143c9744e46c892d.tar.gz
Merge pull request #924 from mitza-oci/gnuace-custom-postbuild
gnuace: custom-only project's postbuild needs to run after other steps
-rw-r--r--ACE/bin/MakeProjectCreator/templates/gnu.mpd2
1 files changed, 2 insertions, 0 deletions
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%>