summaryrefslogtreecommitdiff
path: root/templates/make.mpd
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2008-07-03 16:37:48 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2008-07-03 16:37:48 +0000
commitaca53b13a8b4d5e700a17b505ee23c02c34a28e1 (patch)
treef64dd72f69fb4c10dde9d8eee3baab9c99d97f16 /templates/make.mpd
parentb3f5d18895164a422d1304a790732b08b98cd514 (diff)
downloadMPC-aca53b13a8b4d5e700a17b505ee23c02c34a28e1.tar.gz
ChangeLogTag: Thu Jul 3 16:36:30 UTC 2008 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'templates/make.mpd')
-rw-r--r--templates/make.mpd3
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/make.mpd b/templates/make.mpd
index 04f549f2..5c60fd79 100644
--- a/templates/make.mpd
+++ b/templates/make.mpd
@@ -300,6 +300,9 @@ realclean: clean
<%if(obj_dir)%>
-$(RM) <%targetoutdir%><%obj_dir%>
<%endif%>
+<%if(postclean)%>
+ -<%eval(postclean)%>
+<%endif%>
<%if(prebuild)%>
__prebuild__: