diff --git a/PCLib/PCMakefileFactory.m b/PCLib/PCMakefileFactory.m index c0bf049..b8a3e4b 100644 --- a/PCLib/PCMakefileFactory.m +++ b/PCLib/PCMakefileFactory.m @@ -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]]]; }