mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-25 09:41:15 +00:00
Fix bug #48882
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@40063 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
33ed35331b
commit
1c5b12c8fe
1 changed files with 0 additions and 2 deletions
|
@ -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!
|
||||||
|
|
Loading…
Reference in a new issue