summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorheather <heather@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-01-27 19:07:43 +0000
committerheather <heather@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-01-27 19:07:43 +0000
commit427f45d99d95c0beaaec8409ac18acc951b99c54 (patch)
tree4b40f76a2e9937eaa358303ff44043a3075089e8 /include
parentf0e4f42e043d59378d9ea278d92915aa0bcea944 (diff)
downloadATCD-427f45d99d95c0beaaec8409ac18acc951b99c54.tar.gz
ChangeLogEntry: Mon Jan 27 14:28:16 2003 Heather Drury <drury_h@ociweb.com>
Diffstat (limited to 'include')
-rw-r--r--include/makeinclude/wrapper_macros.GNU8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/makeinclude/wrapper_macros.GNU b/include/makeinclude/wrapper_macros.GNU
index e5b63e4eda1..aa6d9d06788 100644
--- a/include/makeinclude/wrapper_macros.GNU
+++ b/include/makeinclude/wrapper_macros.GNU
@@ -313,7 +313,7 @@ endif # g++
# have the right contents in any type of builds. If not, folks please
# feel to revert it to the way things were in rev 4.114.
ifndef OBJDIRS
- OBJDIRS = $(basename $(VDIR))
+ OBJDIRS = $(VDIR)
endif # OBJDIRS
ifndef OBJEXT
@@ -567,7 +567,7 @@ ifdef shared_libs
LIB =
# OBJEXT = so
ifndef VXWORKS
- VDIR = $(basename $(VSHDIR))
+ VDIR = $(VSHDIR)
ifeq ($(BIN),)
#### No executables are being built, so don't create .obj/.
OBJDIRS = $(VSHDIR)
@@ -584,11 +584,11 @@ else # ! shared_libs
ifdef static_libs
#### Don't build shared libs.
BUILD = $(VLIB) $(VBIN)
- OBJDIRS = $(basename $(VDIR))
+ OBJDIRS = $(VDIR)
PIC =
SHLIB =
SOEXT = o
- VSHDIR = $(basename $(VDIR))
+ VSHDIR = $(VDIR)
VLDLIBS = $(LDLIBS:%.so=%.o)
else # ! static_libs
#### Don't build any libs.