summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Mitz <mitza@objectcomputing.com>2019-06-13 10:58:54 -0500
committerAdam Mitz <mitza@objectcomputing.com>2019-06-13 10:58:54 -0500
commit1e330d96360323f0543b5862b0c96b4209ba4ea3 (patch)
treeaf759bf2a8e71f688b5abbe7739b4a4c3fc464b7
parent83076677f70c367c48ad70804c249f0ca2c8cd38 (diff)
downloadATCD-1e330d96360323f0543b5862b0c96b4209ba4ea3.tar.gz
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%>