summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2003-12-15 18:50:46 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2003-12-15 18:50:46 +0000
commit8a62bd311659018956752fa8e947fee764b1f407 (patch)
treeaab51ebdd4ee109625935ecd9c93e6368a88756b
parent8fac271c245a67ba78cd1440f4bc5e0d1fcbb9e7 (diff)
downloadATCD-8a62bd311659018956752fa8e947fee764b1f407.tar.gz
ChangeLogTag: Mon Dec 15 18:50:12 UTC 2003 Johnny Willemsen <jwillemsen@remedy.nl>
-rw-r--r--bin/MakeProjectCreator/templates/gnu.mpd1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/MakeProjectCreator/templates/gnu.mpd b/bin/MakeProjectCreator/templates/gnu.mpd
index fcb4a44dba1..d1372d5c683 100644
--- a/bin/MakeProjectCreator/templates/gnu.mpd
+++ b/bin/MakeProjectCreator/templates/gnu.mpd
@@ -356,6 +356,7 @@ ifneq ($(INSTALL_CHECK),.)
<%if(exename)%>
INSBIN = $(INSTALL_CHECK)
INSTALL = $(VBIN:%=$(INSBIN)/%$(EXEEXT))
+ CLEANUP_INSTALL += $(CLEANUP_BIN:%=$(INSBIN)/%$(EXEEXT))
<%endif%>
endif
endif