[Scummvm-cvs-logs] SF.net SVN: scummvm:[48554] tools/trunk/Makefile.common

lordhoto at users.sourceforge.net lordhoto at users.sourceforge.net
Mon Apr 5 19:19:49 CEST 2010


Revision: 48554
          http://scummvm.svn.sourceforge.net/scummvm/?rev=48554&view=rev
Author:   lordhoto
Date:     2010-04-05 17:19:49 +0000 (Mon, 05 Apr 2010)

Log Message:
-----------
Commit of patch #2982091 "Tools: use $(INSTALL) instead of install".

Modified Paths:
--------------
    tools/trunk/Makefile.common

Modified: tools/trunk/Makefile.common
===================================================================
--- tools/trunk/Makefile.common	2010-04-05 17:13:19 UTC (rev 48553)
+++ tools/trunk/Makefile.common	2010-04-05 17:19:49 UTC (rev 48554)
@@ -99,7 +99,7 @@
 all: $(TARGETS)
 
 install: $(TARGETS)
-	for i in $^ ; do install -p -m 0755 $$i $(DESTDIR) ; done
+	for i in $^ ; do $(INSTALL) -p -m 0755 $$i $(DESTDIR) ; done
 
 bundle_name = ScummVM\ Tools.app
 bundle: scummvm-tools$(EXEEXT)


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list