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

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMåns Rullgård <mans@mansr.com>2010-03-06 20:14:08 +0300
committerMåns Rullgård <mans@mansr.com>2010-03-06 20:14:08 +0300
commit4335125cccf64ea3b59ac353696ef0afcb6d5667 (patch)
tree8f89ee8f937ccc11ba3cfb205629dcd42dc13963 /Makefile
parenta4aea515b085c8c56058167915a7ca83c0adc46b (diff)
Add CP make variable
Originally committed as revision 22240 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 8a542ea5aa..508e1c89d5 100644
--- a/Makefile
+++ b/Makefile
@@ -49,7 +49,7 @@ INSTALL_PROGS_TARGETS-$(CONFIG_SHARED) = install-libs
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 \