From a30baac0de1e4091f100306eae15b804507d4a6e Mon Sep 17 00:00:00 2001 From: Richard Frith-MacDonald Date: Fri, 1 Oct 2010 11:39:06 +0000 Subject: [PATCH] avoid a couple of makefile warnings git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@31459 72102866-910b-0410-8b05-ffd578937521 --- ChangeLog | 8 +++++++- Source/GNUmakefile | 1 - Source/Makefile.postamble | 2 ++ 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 7d9693f5e..05b8ddbdb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2010-10-01 Richard Frith-Macdonald + + * Source/GNUmakefile: Remove reference to non-existent behavior.h + * Source/Makefile.postamble: Don't make circular dependency on + common.h + 2010-10-01 Richard Frith-Macdonald * Source/GSSocketStream.m: @@ -1461,7 +1467,7 @@ * Source/Additions/behavior.m: * Source/Additions/GNUmakefile: Remove obsolete, unused, and long deprecated code. - The functinality is still present in GSObjCRuntime.[hm] + The functionality is still present in GSObjCRuntime.[hm] 2010-03-01 Richard Frith-Macdonald diff --git a/Source/GNUmakefile b/Source/GNUmakefile index 8ccf8c19f..20024a4b2 100644 --- a/Source/GNUmakefile +++ b/Source/GNUmakefile @@ -138,7 +138,6 @@ NSThread+GNUstepBase.h \ NSURL+GNUstepBase.h \ Unicode.h \ GNUstep.h \ -behavior.h \ preface.h \ Additions.h diff --git a/Source/Makefile.postamble b/Source/Makefile.postamble index 72cbab955..d9fd383a2 100644 --- a/Source/Makefile.postamble +++ b/Source/Makefile.postamble @@ -137,10 +137,12 @@ $(GNUSTEP_TARGET_DIR)/mframe.h: mframe/config.status -mv mframe/mframe.h $(GNUSTEP_TARGET_DIR) -touch $(GNUSTEP_TARGET_DIR)/mframe.h +ifneq ($(GNUSTEP_TARGET_DIR),.) $(GNUSTEP_TARGET_DIR)/common.h: common.h $(MKDIRS) $(GNUSTEP_TARGET_DIR) cp common.h $(GNUSTEP_TARGET_DIR)/common.h -touch $(GNUSTEP_TARGET_DIR)/common.h +endif # # Files where optimisation breaks the code!