ENH: put the if in the right place

This commit is contained in:
Bill Hoffman 2006-09-12 10:21:47 -04:00
parent 0406aace34
commit eb3da1cdf3

View File

@ -1123,7 +1123,6 @@ void cmMakefileTargetGenerator
depends.push_back(location);
}
}
}
// depend on full path libs as well
else if(cmSystemTools::FileIsFullPath(lib->first.c_str()))
{
@ -1131,6 +1130,7 @@ void cmMakefileTargetGenerator
}
}
}
}
//----------------------------------------------------------------------------
void cmMakefileTargetGenerator