From 4335125cccf64ea3b59ac353696ef0afcb6d5667 Mon Sep 17 00:00:00 2001 From: =?utf8?q?M=C3=A5ns=20Rullg=C3=A5rd?= Date: Sat, 6 Mar 2010 17:14:08 +0000 Subject: [PATCH] Add CP make variable Originally committed as revision 22240 to svn://svn.ffmpeg.org/ffmpeg/trunk --- Makefile | 2 +- configure | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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 \ diff --git a/configure b/configure index de881b93b2..e85e7c2c5f 100755 --- a/configure +++ b/configure @@ -2969,6 +2969,7 @@ YASM=$yasmexe YASMDEP=$yasmexe AR=$ar RANLIB=$ranlib +CP=cp -p LN_S=$ln_s STRIP=$strip CPPFLAGS=$CPPFLAGS -- 2.11.0