diff options
author | bala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2001-08-15 16:13:10 +0000 |
---|---|---|
committer | bala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2001-08-15 16:13:10 +0000 |
commit | 1be02e31bba0a698ead89d9fb95635df2d1b7e6a (patch) | |
tree | 512b1f04a4626075992a03e2cafd076af44271e0 /include/makeinclude | |
parent | af517acd3fa2a75ec6e7c2494146a50af2cbb68b (diff) | |
download | ATCD-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.GNU | 5 |
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 |