summaryrefslogtreecommitdiff
path: root/examples/Semaphores/Semaphores.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'examples/Semaphores/Semaphores.mpc')
-rw-r--r--examples/Semaphores/Semaphores.mpc6
1 files changed, 2 insertions, 4 deletions
diff --git a/examples/Semaphores/Semaphores.mpc b/examples/Semaphores/Semaphores.mpc
index 51040a647ef..dbcefd53827 100644
--- a/examples/Semaphores/Semaphores.mpc
+++ b/examples/Semaphores/Semaphores.mpc
@@ -1,16 +1,14 @@
// -*- MPC -*-
// $Id$
-project(*starter) : aceexe {
- avoids += ace_for_tao
+project(*starter) : aceexe, avoids_ace_for_tao {
exename = starter
Source_Files {
starter.cpp
}
}
-project(*worker) : aceexe {
- avoids += ace_for_tao
+project(*worker) : aceexe, avoids_ace_for_tao {
exename = worker
Source_Files {