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
This commit is contained in:
Richard Frith-MacDonald 2010-10-01 11:39:06 +00:00
parent be39561811
commit a30baac0de
3 changed files with 9 additions and 2 deletions

View file

@ -1,3 +1,9 @@
2010-10-01 Richard Frith-Macdonald <rfm@gnu.org>
* 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 <rfm@gnu.org> 2010-10-01 Richard Frith-Macdonald <rfm@gnu.org>
* Source/GSSocketStream.m: * Source/GSSocketStream.m:
@ -1461,7 +1467,7 @@
* Source/Additions/behavior.m: * Source/Additions/behavior.m:
* Source/Additions/GNUmakefile: * Source/Additions/GNUmakefile:
Remove obsolete, unused, and long deprecated code. 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 <rfm@gnu.org> 2010-03-01 Richard Frith-Macdonald <rfm@gnu.org>

View file

@ -138,7 +138,6 @@ NSThread+GNUstepBase.h \
NSURL+GNUstepBase.h \ NSURL+GNUstepBase.h \
Unicode.h \ Unicode.h \
GNUstep.h \ GNUstep.h \
behavior.h \
preface.h \ preface.h \
Additions.h Additions.h

View file

@ -137,10 +137,12 @@ $(GNUSTEP_TARGET_DIR)/mframe.h: mframe/config.status
-mv mframe/mframe.h $(GNUSTEP_TARGET_DIR) -mv mframe/mframe.h $(GNUSTEP_TARGET_DIR)
-touch $(GNUSTEP_TARGET_DIR)/mframe.h -touch $(GNUSTEP_TARGET_DIR)/mframe.h
ifneq ($(GNUSTEP_TARGET_DIR),.)
$(GNUSTEP_TARGET_DIR)/common.h: common.h $(GNUSTEP_TARGET_DIR)/common.h: common.h
$(MKDIRS) $(GNUSTEP_TARGET_DIR) $(MKDIRS) $(GNUSTEP_TARGET_DIR)
cp common.h $(GNUSTEP_TARGET_DIR)/common.h cp common.h $(GNUSTEP_TARGET_DIR)/common.h
-touch $(GNUSTEP_TARGET_DIR)/common.h -touch $(GNUSTEP_TARGET_DIR)/common.h
endif
# #
# Files where optimisation breaks the code! # Files where optimisation breaks the code!