From 6e56ce395aa3a8551e39a572409c93fa8fc9227b Mon Sep 17 00:00:00 2001 From: nicola Date: Thu, 11 Feb 2010 17:53:42 +0000 Subject: [PATCH] Do not try including GNUmakefile.local git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@29554 72102866-910b-0410-8b05-ffd578937521 --- ChangeLog | 5 +++++ Source/GNUmakefile | 2 -- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index b4ba5e60f..cfb341382 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2010-02-11 Nicola Pero + + * Source/GNUmakefile: Do not try including non-existing + GNUmakefile.local file. + 2010-02-11 Riccardo Mottola * Source/NSWindow.m: revert accidental commit diff --git a/Source/GNUmakefile b/Source/GNUmakefile index f6706cd22..0bb75c7e2 100644 --- a/Source/GNUmakefile +++ b/Source/GNUmakefile @@ -464,8 +464,6 @@ libgnustep-gui_DLL_DEF = libgnustep-gui.def include GNUmakefile.preamble --include GNUmakefile.local - include $(GNUSTEP_MAKEFILES)/library.make include $(GNUSTEP_MAKEFILES)/resource-set.make