]> git.sesse.net Git - ffmpeg/commitdiff
use cp ; strip instead of strip -o
authorMichael Niedermayer <michaelni@gmx.at>
Sat, 2 Nov 2002 22:16:13 +0000 (22:16 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Sat, 2 Nov 2002 22:16:13 +0000 (22:16 +0000)
Originally committed as revision 1152 to svn://svn.ffmpeg.org/ffmpeg/trunk

Makefile

index 259130ef847ccd85263a89da2619bde37fc9a98b..31082c7f0f0d3c0ce4ba04568cb8c7e7c6c71180 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -55,7 +55,7 @@ ffmpeg_g$(EXE): ffmpeg.o $(DEP_LIBS)
               -lavformat -lavcodec $(EXTRALIBS)
 
 ffmpeg$(EXE): ffmpeg_g$(EXE)
-       $(STRIP) -o $@ $< ; chmod --reference=$< $@
+       cp $< $@ ; $(STRIP) $@
 
 ffserver$(EXE): ffserver.o $(DEP_LIBS)
        $(CC) $(LDFLAGS) $(FFSLDFLAGS) \