summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2006-01-12 11:50:54 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2006-01-12 11:50:54 +0000
commitcd9819954a5719b853a0f53d5d787dfa04b100eb (patch)
tree609573a0c6cc11d74b8fcc7d97a5f95152a92668 /include
parentca05ccb214f4c1febf060e6ff22b6e874c74baaf (diff)
downloadATCD-cd9819954a5719b853a0f53d5d787dfa04b100eb.tar.gz
ChangeLogTag: Thu Jan 12 11:45:12 UTC 2006 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'include')
-rw-r--r--include/makeinclude/platform_vxworks6.2.GNU12
1 files changed, 7 insertions, 5 deletions
diff --git a/include/makeinclude/platform_vxworks6.2.GNU b/include/makeinclude/platform_vxworks6.2.GNU
index ec6ea10cd27..db0adf2574e 100644
--- a/include/makeinclude/platform_vxworks6.2.GNU
+++ b/include/makeinclude/platform_vxworks6.2.GNU
@@ -111,11 +111,13 @@ ifeq ($(shared_libs_only),1)
SHARED_LIBS = 1
endif
-ifeq ($(SHARED_LIBS),1)
- ACELIB = -L./
- #### There's no difference between non-shared and shared object code.
- VSHDIR = $(VDIR)
-endif # shared_libs
+ifeq ($(rtp),0)
+ ifeq ($(SHARED_LIBS),1)
+ ACELIB = -L./
+ #### There's no difference between non-shared and shared object code.
+ VSHDIR = $(VDIR)
+ endif # shared_libs
+endif
BIN_UNCHECKED ?=
SHLIB_UNCHECKED ?=