From 45b243ac4795ae36fd852581d11db1e41a5c0589 Mon Sep 17 00:00:00 2001 From: Hans Lambermont Date: Sat, 4 Jan 2003 15:07:25 +0000 Subject: Workaround for the header file copying dependency hell --- intern/string/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'intern/string') diff --git a/intern/string/Makefile b/intern/string/Makefile index 1079e3a281a..e3dffbe9e44 100644 --- a/intern/string/Makefile +++ b/intern/string/Makefile @@ -25,7 +25,7 @@ # # The Original Code is: all of this file. # -# Contributor(s): none yet. +# Contributor(s): Hans Lambermont # # ***** END GPL/BL DUAL LICENSE BLOCK ***** # string main makefile. @@ -46,11 +46,11 @@ install: all debug @[ -d $(NAN_STRING)/include ] || mkdir $(NAN_STRING)/include @[ -d $(NAN_STRING)/lib ] || mkdir $(NAN_STRING)/lib @[ -d $(NAN_STRING)/lib/debug ] || mkdir $(NAN_STRING)/lib/debug - cp -f $(DIR)/libstring.a $(NAN_STRING)/lib/ - cp -f $(DIR)/debug/libstring.a $(NAN_STRING)/lib/debug/ + @../tools/cpifdiff.sh $(DIR)/libstring.a $(NAN_STRING)/lib/ + @../tools/cpifdiff.sh $(DIR)/debug/libstring.a $(NAN_STRING)/lib/debug/ ifeq ($(OS),darwin) ranlib $(NAN_STRING)/lib/libstring.a ranlib $(NAN_STRING)/lib/debug/libstring.a endif - cp -f *.h $(NAN_STRING)/include/ + @../tools/cpifdiff.sh *.h $(NAN_STRING)/include/ -- cgit v1.2.3