summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2009-10-23 09:49:50 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2009-10-23 09:49:50 +0000
commit519fd1832704498aa5040054c7d8e554adf1099b (patch)
tree2d8753eda35c2e6e822eff93221181f5644d0143
parent93cf6a0a486f6bf0757a5dd4d736fbf8f7a9d269 (diff)
downloadMPC-519fd1832704498aa5040054c7d8e554adf1099b.tar.gz
Fri Oct 23 09:49:30 UTC 2009 Johnny Willemsen <jwillemsen@remedy.nl>
* config/ndds_ts_defaults.mpb: Wrap the command with quotes because NDDSHOME could contain spaces
-rw-r--r--ChangeLog5
-rw-r--r--config/ndds_ts_defaults.mpb4
2 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 1fda600d..650c3d41 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Fri Oct 23 09:49:30 UTC 2009 Johnny Willemsen <jwillemsen@remedy.nl>
+
+ * config/ndds_ts_defaults.mpb:
+ Wrap the command with quotes because NDDSHOME could contain spaces
+
Wed Oct 21 19:29:58 UTC 2009 Chad Elliott <elliott_c@ociweb.com>
* docs/templates/make.txt:
diff --git a/config/ndds_ts_defaults.mpb b/config/ndds_ts_defaults.mpb
index c6117998..302ba7c3 100644
--- a/config/ndds_ts_defaults.mpb
+++ b/config/ndds_ts_defaults.mpb
@@ -4,8 +4,8 @@
project {
Define_Custom(NDDSTypeSupport) {
automatic = 1
- command = $(NDDSHOME)/scripts/rtiddsgen
- dependent = $(NDDSHOME)/scripts/rtiddsgen
+ command = <%quote%>$(NDDSHOME)/scripts/rtiddsgen<%quote%>
+ dependent = <%quote%>$(NDDSHOME)/scripts/rtiddsgen<%quote%>
source_pre_extension = , Support, Plugin
source_outputext = .cxx
header_pre_extension = , Support, Plugin