Code cleanup

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@13753 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Philippe C.D. Robert 2002-06-01 13:55:22 +00:00
parent e136c8c2a5
commit 835ec95694

View file

@ -331,7 +331,6 @@ static PCMakefileFactory *_factory = nil;
- (void)appendLibraryInstallDir:(NSString*)dir
{
//[self appendString:[NSString stringWithFormat:@"GNUSTEP_INSTALLATION_DIR=%@\n",dir]];
[self appendString:[NSString stringWithFormat:@"%@_INSTALLATION_DIR=$(GNUSTEP_INSTALLATION_DIR)\n",[pnme uppercaseString]]];
[self appendString:[NSString stringWithFormat:@"%@_INSTALL_PREFIX=$(GNUSTEP_INSTALLATION_DIR)\n",[pnme uppercaseString]]];
}