summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorelliott_c <elliott_c@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2005-03-29 13:59:22 +0000
committerelliott_c <elliott_c@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2005-03-29 13:59:22 +0000
commit2bc7e7434cb998ca44db859e5dc542c5df73d5c2 (patch)
treea1c5e016cbd89c23ae756bdf4adf65882ab7e8a5 /bin
parentdae7da2708779bb3140a8af5ebd34ebaa62e3dc2 (diff)
downloadATCD-2bc7e7434cb998ca44db859e5dc542c5df73d5c2.tar.gz
ChangeLogTag: Tue Mar 29 07:58:40 2005 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'bin')
-rw-r--r--bin/MakeProjectCreator/templates/gnu.mpd7
1 files changed, 7 insertions, 0 deletions
diff --git a/bin/MakeProjectCreator/templates/gnu.mpd b/bin/MakeProjectCreator/templates/gnu.mpd
index 62542b20484..9bdf8ea427a 100644
--- a/bin/MakeProjectCreator/templates/gnu.mpd
+++ b/bin/MakeProjectCreator/templates/gnu.mpd
@@ -577,4 +577,11 @@ ifneq ($(GENERATED_DIRTY),)
-$(RM) -r $(GENERATED_DIRTY)
endif
+<%if(postbuild)%>
+all: __postbuild__
+
+__postbuild__:
+ @<%eval(postbuild)%>
+
+<%endif%>
<%marker(bottom)%>