git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@40063 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Niels Grewe 2016-08-24 13:05:43 +00:00
parent 33ed35331b
commit 1c5b12c8fe

View file

@ -124,7 +124,6 @@ dynamic-load.h: ../config.status
# builds in the same directory, we copy them to a target-specific subdirectory # builds in the same directory, we copy them to a target-specific subdirectory
# which will be found by the compiler first when compiling for that target # which will be found by the compiler first when compiling for that target
# #
ifneq ($(GNUSTEP_TARGET_DIR),.)
$(GNUSTEP_TARGET_DIR)/config.h: ../config.status $(GNUSTEP_TARGET_DIR)/config.h: ../config.status
$(MKDIRS) $(GNUSTEP_TARGET_DIR) $(MKDIRS) $(GNUSTEP_TARGET_DIR)
-cp $(HEADER_DIR_BASE)/config.h $(GNUSTEP_TARGET_DIR) -cp $(HEADER_DIR_BASE)/config.h $(GNUSTEP_TARGET_DIR)
@ -134,7 +133,6 @@ $(GNUSTEP_TARGET_DIR)/GNUstepBase/GSConfig.h: ../config.status
$(MKDIRS) $(GNUSTEP_TARGET_DIR)/GNUstepBase $(MKDIRS) $(GNUSTEP_TARGET_DIR)/GNUstepBase
-cp $(HEADER_DIR_BASE)/GSConfig.h $(GNUSTEP_TARGET_DIR)/GNUstepBase -cp $(HEADER_DIR_BASE)/GSConfig.h $(GNUSTEP_TARGET_DIR)/GNUstepBase
-touch $(GNUSTEP_TARGET_DIR)/GNUstepBase/GSConfig.h -touch $(GNUSTEP_TARGET_DIR)/GNUstepBase/GSConfig.h
endif
# #
# Files where optimisation breaks the code! # Files where optimisation breaks the code!