summaryrefslogtreecommitdiff
path: root/include/makeinclude
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-02-23 03:52:22 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-02-23 03:52:22 +0000
commit343fe6cd955ba510f150c164dfb8dbe7801e131a (patch)
treeaf981a47d000511a7926f08929ee53c0e950a129 /include/makeinclude
parent877dce11304416d1d332b1089d5e5b28bf489491 (diff)
downloadATCD-343fe6cd955ba510f150c164dfb8dbe7801e131a.tar.gz
updated VOBJS so that it will build the fancy new TAO/orbsvcs hierarchy
Diffstat (limited to 'include/makeinclude')
-rw-r--r--include/makeinclude/rules.lib.GNU2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/makeinclude/rules.lib.GNU b/include/makeinclude/rules.lib.GNU
index eb3d7a504df..092e47f9428 100644
--- a/include/makeinclude/rules.lib.GNU
+++ b/include/makeinclude/rules.lib.GNU
@@ -19,7 +19,7 @@ SOEXT=so
endif
VSHLIB = $(SHLIB:%.$(SOEXT)=%$(VAR).$(SOEXT))
-VOBJS = $(LSRC:%.cpp=$(VDIR)%.$(OBJEXT))
+VOBJS = $(subst .cpp,.$(OBJEXT),$(foreach file,$(LSRC),$(VDIR)$(notdir $(file))))
ifdef TEMPINCDIR
VSHOBJS1 =