summaryrefslogtreecommitdiff
path: root/ACE/apps/gperf
diff options
context:
space:
mode:
authormitza <mitza@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2010-05-24 12:05:36 +0000
committermitza <mitza@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2010-05-24 12:05:36 +0000
commit1e6956280550b020bee2777037fbbdc951d4ce8d (patch)
tree58ce95068262e8062c1c429f3a931df54eedec2c /ACE/apps/gperf
parent8750cb9675b53165d862c7e6b44f22a327deaca2 (diff)
downloadATCD-1e6956280550b020bee2777037fbbdc951d4ce8d.tar.gz
ChangeLogTag: Mon May 24 11:56:32 UTC 2010 Adam Mitz <mitza@ociweb.com>
Diffstat (limited to 'ACE/apps/gperf')
-rw-r--r--ACE/apps/gperf/src/gperf.mpc2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/apps/gperf/src/gperf.mpc b/ACE/apps/gperf/src/gperf.mpc
index 36e82b49f0a..0e520f76c28 100644
--- a/ACE/apps/gperf/src/gperf.mpc
+++ b/ACE/apps/gperf/src/gperf.mpc
@@ -27,7 +27,7 @@ project(gperf) : aceexe, install, crosscompile {
}
verbatim(gnuace, postinstall) {
-" @mkdir -p $(INSTALL_PREFIX)/share/ace/bin"
+" @$(MKDIR) $(INSTALL_PREFIX)/share/ace/bin"
" ln -sf $(INSTALL_PREFIX)/bin/ace_gperf $(INSTALL_PREFIX)/share/ace/bin"
}
}