From 53f8721f996042d38d8fa88780875309b56a6450 Mon Sep 17 00:00:00 2001 From: Sebastien Barre Date: Thu, 8 Nov 2001 11:40:06 -0500 Subject: Break the "to infinity and beyond" stuff --- Source/cmAddLibraryCommand.cxx | 1 + 1 file changed, 1 insertion(+) diff --git a/Source/cmAddLibraryCommand.cxx b/Source/cmAddLibraryCommand.cxx index 2bc9ab0..64f3264 100644 --- a/Source/cmAddLibraryCommand.cxx +++ b/Source/cmAddLibraryCommand.cxx @@ -91,6 +91,7 @@ bool cmAddLibraryCommand::InitialPass(std::vector const& args) std::string copy = *s; m_Makefile->ExpandVariablesInString(copy); srclists.push_back(copy); + ++s; } m_Makefile->AddLibrary(libname.c_str(), shared, srclists); -- cgit v0.12