summaryrefslogtreecommitdiff
path: root/bin/MakeProjectCreator/templates
diff options
context:
space:
mode:
authorelliott_c <elliott_c@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2006-06-07 12:29:49 +0000
committerelliott_c <elliott_c@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2006-06-07 12:29:49 +0000
commit476ed73ab843c7bf85329ee28e057821bb90f2dd (patch)
treee6d725d67f8752ed371e1763766cf2812361a919 /bin/MakeProjectCreator/templates
parentb720241a74a902724c1bd9ab2888110023dfd9b2 (diff)
downloadATCD-476ed73ab843c7bf85329ee28e057821bb90f2dd.tar.gz
ChangeLogTag: Wed Jun 7 12:28:18 UTC 2006 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'bin/MakeProjectCreator/templates')
-rw-r--r--bin/MakeProjectCreator/templates/gnu.mpd2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/MakeProjectCreator/templates/gnu.mpd b/bin/MakeProjectCreator/templates/gnu.mpd
index ba89f9f4419..d0bd4627816 100644
--- a/bin/MakeProjectCreator/templates/gnu.mpd
+++ b/bin/MakeProjectCreator/templates/gnu.mpd
@@ -451,7 +451,7 @@ lib_warning:
<%if(requires)%>
require_warning:
- @echo <%project_name%> will not be built due to one of the following missing features:
+ @echo <%project_name%> will not be built due to one of the following disabled features:
@echo<%foreach(requires)%> <%require%><%endfor%>
<%endif%>