mirror of
https://github.com/gnustep/apps-gorm.git
synced 2025-04-23 14:30:48 +00:00
* GNUmakefile: Remove default install to SYSTEM, per bug #24673.
* Plugins/Gorm/GormGormWrapperLoader.m: Minor grammatical correction. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@27157 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
248a59ef7c
commit
e9969f3190
3 changed files with 6 additions and 4 deletions
|
@ -1,3 +1,8 @@
|
|||
2008-11-27 11:43-EST Gregory John Casamento <greg_casamento@yahoo.com>
|
||||
|
||||
* GNUmakefile: Remove default install to SYSTEM, per bug #24673.
|
||||
* Plugins/Gorm/GormGormWrapperLoader.m: Minor grammatical correction.
|
||||
|
||||
2008-11-13 23:36-EST Gregory John Casamento <greg_casamento@yahoo.com>
|
||||
|
||||
* GormCore/GormDocument.m: Change to apply labels in the document
|
||||
|
|
|
@ -24,9 +24,6 @@
|
|||
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||
#
|
||||
|
||||
# Put in the system directory...
|
||||
GNUSTEP_INSTALLATION_DOMAIN=SYSTEM
|
||||
|
||||
include $(GNUSTEP_MAKEFILES)/common.make
|
||||
|
||||
CVS_MODULE_NAME = gorm
|
||||
|
|
|
@ -560,7 +560,7 @@
|
|||
[document rebuildObjToNameMapping];
|
||||
|
||||
/*
|
||||
* repair the .gorm file, if needed.
|
||||
* Repair the .gorm file, if needed.
|
||||
*/
|
||||
if(repairFile)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue