summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSteve Huston <shuston@riverace.com>1998-04-03 17:00:16 +0000
committerSteve Huston <shuston@riverace.com>1998-04-03 17:00:16 +0000
commit59c29fca93235284626ece51b559c874a92323e2 (patch)
tree35fc68e737283368c91e70755d6e18eaea6bcbc5 /include
parentf8b3b7512bc69e32194f8b3175d42769b6913b63 (diff)
downloadATCD-59c29fca93235284626ece51b559c874a92323e2.tar.gz
Changed VOBJS to VLOBJS to avoid confusion with VOBJS in rules.bin.GNU
Diffstat (limited to 'include')
-rw-r--r--include/makeinclude/rules.lib.GNU4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/makeinclude/rules.lib.GNU b/include/makeinclude/rules.lib.GNU
index 092e47f9428..f34fb25b877 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 = $(subst .cpp,.$(OBJEXT),$(foreach file,$(LSRC),$(VDIR)$(notdir $(file))))
+VLOBJS = $(subst .cpp,.$(OBJEXT),$(foreach file,$(LSRC),$(VDIR)$(notdir $(file))))
ifdef TEMPINCDIR
VSHOBJS1 =
@@ -75,7 +75,7 @@ endif
# Uncomment the remaining lines if you want to build both *.a and *.so libraries...
VLIB = $(LIB:%.a=%$(VAR).a)
-$(VLIB): $(VOBJS)
+$(VLIB): $(VLOBJS)
ifdef PRELIB
$(PRELIB)
endif