Add CP make variable
Originally committed as revision 22240 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
a4aea515b0
commit
4335125ccc
2 changed files with 2 additions and 1 deletions
2
Makefile
2
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 \
|
||||
|
|
|
|||
1
configure
vendored
1
configure
vendored
|
|
@ -2969,6 +2969,7 @@ YASM=$yasmexe
|
|||
YASMDEP=$yasmexe
|
||||
AR=$ar
|
||||
RANLIB=$ranlib
|
||||
CP=cp -p
|
||||
LN_S=$ln_s
|
||||
STRIP=$strip
|
||||
CPPFLAGS=$CPPFLAGS
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue