Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'intern/memutil/Makefile')
-rw-r--r--intern/memutil/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/intern/memutil/Makefile b/intern/memutil/Makefile
index e163fa63eff..6c38296a6f6 100644
--- a/intern/memutil/Makefile
+++ b/intern/memutil/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 *****
# memutil main makefile.
@@ -46,7 +46,7 @@ install: all debug
@[ -d $(NAN_MEMUTIL)/include ] || mkdir $(NAN_MEMUTIL)/include
@[ -d $(NAN_MEMUTIL)/lib ] || mkdir $(NAN_MEMUTIL)/lib
@[ -d $(NAN_MEMUTIL)/lib/debug ] || mkdir $(NAN_MEMUTIL)/lib/debug
- cp -f $(DIR)/libmemutil.a $(NAN_MEMUTIL)/lib/
- cp -f $(DIR)/debug/libmemutil.a $(NAN_MEMUTIL)/lib/debug
- cp -f *.h $(NAN_MEMUTIL)/include/
+ @../tools/cpifdiff.sh $(DIR)/libmemutil.a $(NAN_MEMUTIL)/lib/
+ @../tools/cpifdiff.sh $(DIR)/debug/libmemutil.a $(NAN_MEMUTIL)/lib/debug
+ @../tools/cpifdiff.sh *.h $(NAN_MEMUTIL)/include/