blob: ebd9af8e563008e5361bf450659a22e9e1b472c3 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
--- TAO/orbsvcs/Concurrency_Service/Makefile.orig Thu Nov 20 05:16:49 2003
+++ TAO/orbsvcs/Concurrency_Service/Makefile Wed Dec 24 20:46:35 2003
@@ -17,6 +17,8 @@
BIN2 = Concurrency_Service
+include $(ACE_ROOT)/include/makeinclude/wrapper_macros.GNU
+
#### If the TAO orbsvcs library wasn't built with sufficient components,
#### don't try to build here.
TAO_ORBSVCS := $(shell sh $(ACE_ROOT)/bin/ace_components --orbsvcs)
@@ -30,7 +32,6 @@
# Include macros and targets
#----------------------------------------------------------------------------
-include $(ACE_ROOT)/include/makeinclude/wrapper_macros.GNU
include $(ACE_ROOT)/include/makeinclude/macros.GNU
include $(TAO_ROOT)/rules.tao.GNU
include $(ACE_ROOT)/include/makeinclude/rules.common.GNU
|