summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2003-05-15 15:42:41 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2003-05-15 15:42:41 +0000
commit383098a30a08aa70d038ef04aa3b50b9198dfa8d (patch)
tree3903418999b58b682f4a9ab949d28887ae7d61ee
parentbd3ed29bcac1daba684b389041d6eabd9482b236 (diff)
downloadMPC-383098a30a08aa70d038ef04aa3b50b9198dfa8d.tar.gz
ChangeLogTag: Thu May 15 10:41:32 2003 Chad Elliott <elliott_c@ociweb.com>
-rw-r--r--templates/make.mpd2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/make.mpd b/templates/make.mpd
index 1424f26f..d79c9605 100644
--- a/templates/make.mpd
+++ b/templates/make.mpd
@@ -132,7 +132,7 @@ clean:
realclean: clean
-$(RM) <%if(exename)%>$(BIN)<%else%>$(SHLIB) $(LIB)<%endif%><%if(install)%> <%install%>/$(INSTARGET)<%endif%>
<%if(custom_types)%>
- -$(RM) $(GENERATED_DIRTY)
+ -$(RM) -r $(GENERATED_DIRTY)
<%endif%>
#----------------------------------------------------------------------------