summaryrefslogtreecommitdiff
path: root/include/makeinclude
diff options
context:
space:
mode:
authorbala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-08-15 16:13:10 +0000
committerbala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-08-15 16:13:10 +0000
commit1be02e31bba0a698ead89d9fb95635df2d1b7e6a (patch)
tree512b1f04a4626075992a03e2cafd076af44271e0 /include/makeinclude
parentaf517acd3fa2a75ec6e7c2494146a50af2cbb68b (diff)
downloadATCD-1be02e31bba0a698ead89d9fb95635df2d1b7e6a.tar.gz
ChangeLogTag: Wed Aug 15 11:10:22 2001 Balachandran Natarajan <bala@cs.wustl.edu>
Diffstat (limited to 'include/makeinclude')
-rw-r--r--include/makeinclude/wrapper_macros.GNU5
1 files changed, 4 insertions, 1 deletions
diff --git a/include/makeinclude/wrapper_macros.GNU b/include/makeinclude/wrapper_macros.GNU
index 3b4287a1008..6fa3c55ba3d 100644
--- a/include/makeinclude/wrapper_macros.GNU
+++ b/include/makeinclude/wrapper_macros.GNU
@@ -299,8 +299,11 @@ ifeq ($(findstring g++,$(CXX)),g++)
endif # ! ACE_HAS_GNUG_PRE_2_8
endif # g++
+# We dont want to hard code. Looks like the contents of VDIR should
+# 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 = .obj .shobj # .obj_debug .obj_profile .obj_optimize
+ OBJDIRS = $(basename $(VDIR))
endif # OBJDIRS
ifndef OBJEXT