summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Mitz <mitza@ociweb.com>2016-02-08 10:16:04 -0600
committerAdam Mitz <mitza@ociweb.com>2016-02-08 10:16:04 -0600
commit3c2e394934c29cef8e395a83c9ba0bca07395353 (patch)
tree417fdbc9f23023717c407e48626a6b1656d60307
parente508ddbfdb5153b97e7992499a6cbec16e90fdde (diff)
downloadATCD-3c2e394934c29cef8e395a83c9ba0bca07395353.tar.gz
Two projects that can both build the same IDL need an "after" to work correctly with parallel builds.
-rw-r--r--TAO/orbsvcs/DevGuideExamples/ValueTypes/Notify/Notify.mpc1
1 files changed, 1 insertions, 0 deletions
diff --git a/TAO/orbsvcs/DevGuideExamples/ValueTypes/Notify/Notify.mpc b/TAO/orbsvcs/DevGuideExamples/ValueTypes/Notify/Notify.mpc
index 329f3d5f8bb..e258b57577a 100644
--- a/TAO/orbsvcs/DevGuideExamples/ValueTypes/Notify/Notify.mpc
+++ b/TAO/orbsvcs/DevGuideExamples/ValueTypes/Notify/Notify.mpc
@@ -10,6 +10,7 @@ project(*supplier) : taoexe, portableserver, valuetype, notify, portableserver,
project(*consumer) : taoexe, portableserver, valuetype, notify, portableserver, event_skel {
exename = consumer
+ after += *supplier
source_files {
consumer.cpp
}