summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-05-11 03:59:05 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-05-11 03:59:05 +0000
commit8655ce2194e5f474ed992b8874c8c3e78d456684 (patch)
treeec525a6d2884aed6b8732206226031eb8b0393bc /include
parent4010c2d9109236842e2971f8ca7f27b9b2538f44 (diff)
downloadATCD-8655ce2194e5f474ed992b8874c8c3e78d456684.tar.gz
don't set VDIR to .shobj/ for VxWorks
Diffstat (limited to 'include')
-rw-r--r--include/makeinclude/wrapper_macros.GNU4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/makeinclude/wrapper_macros.GNU b/include/makeinclude/wrapper_macros.GNU
index be6035f5f93..b4b5a69d244 100644
--- a/include/makeinclude/wrapper_macros.GNU
+++ b/include/makeinclude/wrapper_macros.GNU
@@ -327,7 +327,9 @@ ifdef shared_libs
BUILD = $(VSHLIB) $(SHLIBA) $(VBIN)
LIB =
OBJEXT = so
- VDIR = .shobj/
+ ifndef VXWORKS
+ VDIR = .shobj/
+ endif # ! VXWORKS
ifeq ($(BIN),)
#### No executables are being built, so don't create .obj/.
OBJDIRS = .shobj