use cp ; strip instead of strip -o

Originally committed as revision 1152 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Michael Niedermayer 2002-11-02 22:16:13 +00:00
parent 31ba0b4d7f
commit d20343b3cb

View File

@ -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) \