[FFmpeg-cvslog] r22240 - in trunk: Makefile configure

mru subversion
Sat Mar 6 18:14:08 CET 2010


Author: mru
Date: Sat Mar  6 18:14:08 2010
New Revision: 22240

Log:
Add CP make variable

Modified:
   trunk/Makefile
   trunk/configure

Modified: trunk/Makefile
==============================================================================
--- trunk/Makefile	Sat Mar  6 18:14:06 2010	(r22239)
+++ trunk/Makefile	Sat Mar  6 18:14:08 2010	(r22240)
@@ -49,7 +49,7 @@ INSTALL_PROGS_TARGETS-$(CONFIG_SHARED) =
 all: $(FF_DEP_LIBS) $(PROGS) $(ALL_TARGETS-yes)
 
 $(PROGS): %$(EXESUF): %_g$(EXESUF)
-	cp -p $< $@
+	$(CP) $< $@
 	$(STRIP) $@
 
 SUBDIR_VARS := OBJS FFLIBS CLEANFILES DIRS TESTPROGS EXAMPLES SKIPHEADERS \

Modified: trunk/configure
==============================================================================
--- trunk/configure	Sat Mar  6 18:14:06 2010	(r22239)
+++ trunk/configure	Sat Mar  6 18:14:08 2010	(r22240)
@@ -2969,6 +2969,7 @@ YASM=$yasmexe
 YASMDEP=$yasmexe
 AR=$ar
 RANLIB=$ranlib
+CP=cp -p
 LN_S=$ln_s
 STRIP=$strip
 CPPFLAGS=$CPPFLAGS



More information about the ffmpeg-cvslog mailing list