diff --git a/ChangeLog b/ChangeLog index 481ab3d..307c3e5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,17 @@ +2006-10-09 Nicola Pero + + * EOInterface/GNUmakefile: Do not set GNUSTEP_INSTALLATION_DIR. + * EOAccess/GNUmakefile: Same change. + * DBModeler/Inspectors/GNUmakefile: Same change. + * DBModeler/GNUmakefile: Same change. + * Tools/GNUmakefile: Same change. + * EOAdaptors/PostgreSQLAdaptor/GNUmakefile.in: Same change. + * EOAdaptors/SQLiteAdaptor/GNUmakefile.in: Same change. + * EOAdaptors/PostgreSQLAdaptor/LoginPanel/GNUmakefile: Same change. + * EOControl/GNUmakefile: Same change. + * GDL2Palette/GNUmakefile: Same change. + * EOModeler/GNUmakefile: Same change. + 2006-10-09 Matt Rice * DBModeler/Modeler.m: Add ability to change the editor. @@ -15,7 +29,6 @@ * DBModeler/NSView+Additions.{h,m}: New files, initial implementation of diagram editor. - 2006-10-03 Matt Rice * EOAccess/EOEntity.m (-awakeWithPropertyList:): Setup the connection diff --git a/DBModeler/GNUmakefile b/DBModeler/GNUmakefile index 37c396f..dbc20ce 100644 --- a/DBModeler/GNUmakefile +++ b/DBModeler/GNUmakefile @@ -23,9 +23,6 @@ # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# Install into the system root by default -GNUSTEP_INSTALLATION_DIR = $(GNUSTEP_SYSTEM_ROOT) - include $(GNUSTEP_MAKEFILES)/common.make APP_NAME = DBModeler diff --git a/DBModeler/Inspectors/GNUmakefile b/DBModeler/Inspectors/GNUmakefile index 2b52cfa..d8df5c1 100644 --- a/DBModeler/Inspectors/GNUmakefile +++ b/DBModeler/Inspectors/GNUmakefile @@ -23,8 +23,6 @@ # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# Install into the system root by default -GNUSTEP_INSTALLATION_DIR = $(GNUSTEP_SYSTEM_ROOT) include $(GNUSTEP_MAKEFILES)/common.make SUBPROJECT_NAME=Inspectors diff --git a/EOAccess/GNUmakefile b/EOAccess/GNUmakefile index 41f8c83..bba26fb 100644 --- a/EOAccess/GNUmakefile +++ b/EOAccess/GNUmakefile @@ -23,8 +23,6 @@ # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# Install into the system root by default -GNUSTEP_INSTALLATION_DIR = $(GNUSTEP_SYSTEM_ROOT) include $(GNUSTEP_MAKEFILES)/common.make diff --git a/EOAdaptors/PostgreSQLAdaptor/GNUmakefile.in b/EOAdaptors/PostgreSQLAdaptor/GNUmakefile.in index 2340aef..28f48b4 100644 --- a/EOAdaptors/PostgreSQLAdaptor/GNUmakefile.in +++ b/EOAdaptors/PostgreSQLAdaptor/GNUmakefile.in @@ -23,9 +23,6 @@ # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# Install into the System root by default -GNUSTEP_INSTALLATION_DIR = $(GNUSTEP_SYSTEM_ROOT) - include $(GNUSTEP_MAKEFILES)/common.make include ../../Version diff --git a/EOAdaptors/PostgreSQLAdaptor/LoginPanel/GNUmakefile b/EOAdaptors/PostgreSQLAdaptor/LoginPanel/GNUmakefile index a949c49..7abf59a 100644 --- a/EOAdaptors/PostgreSQLAdaptor/LoginPanel/GNUmakefile +++ b/EOAdaptors/PostgreSQLAdaptor/LoginPanel/GNUmakefile @@ -23,8 +23,6 @@ # If not, write to the Free Software Foundation, Inc., # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -# Install into the system root by default -GNUSTEP_INSTALLATION_DIR = $(GNUSTEP_SYSTEM_ROOT) include $(GNUSTEP_MAKEFILES)/common.make diff --git a/EOAdaptors/SQLiteAdaptor/GNUmakefile.in b/EOAdaptors/SQLiteAdaptor/GNUmakefile.in index 956c95f..47397be 100644 --- a/EOAdaptors/SQLiteAdaptor/GNUmakefile.in +++ b/EOAdaptors/SQLiteAdaptor/GNUmakefile.in @@ -23,9 +23,6 @@ # include $(GNUSTEP_MAKEFILES)/common.make -# Install into the System root by default -GNUSTEP_INSTALLATION_DIR = $(GNUSTEP_SYSTEM_ROOT) - ADDITIONAL_INCLUDE_DIRS+=@SQLITE3_INCLUDES@ ADDITIONAL_LIB_DIRS+=@SQLITE3_LIB_DIRS@ LIBRARIES_DEPEND_UPON+=@SQLITE3_LIBS@ diff --git a/EOControl/GNUmakefile b/EOControl/GNUmakefile index e5de8e9..628ee5e 100644 --- a/EOControl/GNUmakefile +++ b/EOControl/GNUmakefile @@ -23,8 +23,6 @@ # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# Install into the system root by default -GNUSTEP_INSTALLATION_DIR = $(GNUSTEP_SYSTEM_ROOT) include $(GNUSTEP_MAKEFILES)/common.make diff --git a/EOInterface/GNUmakefile b/EOInterface/GNUmakefile index ffbe59f..36d2c78 100644 --- a/EOInterface/GNUmakefile +++ b/EOInterface/GNUmakefile @@ -23,8 +23,6 @@ # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# Install into the system root by default -GNUSTEP_INSTALLATION_DIR = $(GNUSTEP_SYSTEM_ROOT) include $(GNUSTEP_MAKEFILES)/common.make diff --git a/EOModeler/GNUmakefile b/EOModeler/GNUmakefile index ca26956..e37cb0c 100644 --- a/EOModeler/GNUmakefile +++ b/EOModeler/GNUmakefile @@ -23,8 +23,6 @@ # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# Install into the system root by default -GNUSTEP_INSTALLATION_DIR = $(GNUSTEP_SYSTEM_ROOT) include $(GNUSTEP_MAKEFILES)/common.make diff --git a/GDL2Palette/GNUmakefile b/GDL2Palette/GNUmakefile index 57da882..0377c41 100644 --- a/GDL2Palette/GNUmakefile +++ b/GDL2Palette/GNUmakefile @@ -23,8 +23,6 @@ # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# Install into the system root by default -GNUSTEP_INSTALLATION_DIR = $(GNUSTEP_SYSTEM_ROOT) include $(GNUSTEP_MAKEFILES)/common.make include ../gdl2.make diff --git a/Tools/GNUmakefile b/Tools/GNUmakefile index 9a30eb9..6c71e41 100644 --- a/Tools/GNUmakefile +++ b/Tools/GNUmakefile @@ -23,8 +23,6 @@ # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# Install into the system root by default -GNUSTEP_INSTALLATION_DIR = $(GNUSTEP_SYSTEM_ROOT) include $(GNUSTEP_MAKEFILES)/common.make