summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/RTCosScheduling
diff options
context:
space:
mode:
authordhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-11-12 07:58:07 +0000
committerdhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-11-12 07:58:07 +0000
commit8ead614c4053e064cf561ffbb4ee0246c3ab1a26 (patch)
tree5d7d0e614aeff56dd5ffe6ad43b1f84e5ba3b22d /TAO/orbsvcs/tests/RTCosScheduling
parent8ddf8819331013e2bb0b32e292617ee94ba47af2 (diff)
downloadATCD-8ead614c4053e064cf561ffbb4ee0246c3ab1a26.tar.gz
ChangeLogTag:Wed Nov 12 07:40:27 UTC 2003 Don Hinton <dhinton@dresystems.com>
Diffstat (limited to 'TAO/orbsvcs/tests/RTCosScheduling')
-rw-r--r--TAO/orbsvcs/tests/RTCosScheduling/Makefile.commonlib8
1 files changed, 6 insertions, 2 deletions
diff --git a/TAO/orbsvcs/tests/RTCosScheduling/Makefile.commonlib b/TAO/orbsvcs/tests/RTCosScheduling/Makefile.commonlib
index 6e2feddec3a..d93b57f1e13 100644
--- a/TAO/orbsvcs/tests/RTCosScheduling/Makefile.commonlib
+++ b/TAO/orbsvcs/tests/RTCosScheduling/Makefile.commonlib
@@ -1,3 +1,4 @@
+# -*- Makefile -*-
#----------------------------------------------------------------------------
# GNU Makefile
#
@@ -10,8 +11,11 @@
#
#----------------------------------------------------------------------------
MAKEFILE = Makefile.commonlib
-LIB = libtestSched_Common.a
-SHLIB = libtestSched_Common.$(SOEXT)
+LIB_UNCHECKED = libtestSched_Common.a
+SHLIB_UNCHECKED = libtestSched_Common.$(SOEXT)
+
+LIB = $(LIB_UNCHECKED)
+SHLIB = $(SHLIB_UNCHECKED)
ifndef TAO_ROOT
TAO_ROOT = $(ACE_ROOT)/TAO