Author: thebeing
Date: Wed Aug 24 15:05:43 2016
New Revision: 40063

URL: http://svn.gna.org/viewcvs/gnustep?rev=40063&view=rev
Log:
Fix bug #48882

Modified:
    libs/base/trunk/Source/Makefile.postamble

Modified: libs/base/trunk/Source/Makefile.postamble
URL: 
http://svn.gna.org/viewcvs/gnustep/libs/base/trunk/Source/Makefile.postamble?rev=40063&r1=40062&r2=40063&view=diff
==============================================================================
--- libs/base/trunk/Source/Makefile.postamble   (original)
+++ libs/base/trunk/Source/Makefile.postamble   Wed Aug 24 15:05:43 2016
@@ -124,7 +124,6 @@
 # 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
 #
-ifneq ($(GNUSTEP_TARGET_DIR),.)
 $(GNUSTEP_TARGET_DIR)/config.h: ../config.status
        $(MKDIRS) $(GNUSTEP_TARGET_DIR)
        -cp $(HEADER_DIR_BASE)/config.h $(GNUSTEP_TARGET_DIR)
@@ -134,7 +133,6 @@
        $(MKDIRS) $(GNUSTEP_TARGET_DIR)/GNUstepBase
        -cp $(HEADER_DIR_BASE)/GSConfig.h $(GNUSTEP_TARGET_DIR)/GNUstepBase
        -touch $(GNUSTEP_TARGET_DIR)/GNUstepBase/GSConfig.h
-endif
 
 #
 #       Files where optimisation breaks the code!


_______________________________________________
Gnustep-cvs mailing list
[email protected]
https://mail.gna.org/listinfo/gnustep-cvs

Reply via email to