diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-02-23 03:52:22 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-02-23 03:52:22 +0000 |
commit | 343fe6cd955ba510f150c164dfb8dbe7801e131a (patch) | |
tree | af981a47d000511a7926f08929ee53c0e950a129 /include | |
parent | 877dce11304416d1d332b1089d5e5b28bf489491 (diff) | |
download | ATCD-343fe6cd955ba510f150c164dfb8dbe7801e131a.tar.gz |
updated VOBJS so that it will build the fancy new TAO/orbsvcs hierarchy
Diffstat (limited to 'include')
-rw-r--r-- | include/makeinclude/rules.lib.GNU | 2 |
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 = |