summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>2001-08-15 16:13:10 +0000
committerbala <balanatarajan@users.noreply.github.com>2001-08-15 16:13:10 +0000
commit8a14500f8b234ecf18649c35fc0bf6a4e7e77aa9 (patch)
tree512b1f04a4626075992a03e2cafd076af44271e0 /include
parent4d0bb4f2855f77551d218773ab1fa532b6da2a17 (diff)
downloadATCD-8a14500f8b234ecf18649c35fc0bf6a4e7e77aa9.tar.gz
ChangeLogTag: Wed Aug 15 11:10:22 2001 Balachandran Natarajan <bala@cs.wustl.edu>
Diffstat (limited to 'include')
-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