summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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%>