summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2002-11-03 01:39:20 +0000
committerMichael Niedermayer <michaelni@gmx.at>2002-11-03 01:39:20 +0000
commitfcd43156ce40c49fab02e60713a218c2d5e0419c (patch)
tree0ab28946263e7b097359a539767220c48e53f7c3 /Makefile
parent145956deeefa75a6936d62986951d7223d16f5f9 (diff)
-p
Originally committed as revision 1154 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 31082c7f0f..4c5c739a0a 100644
--- a/Makefile
+++ b/Makefile
@@ -55,7 +55,7 @@ ffmpeg_g$(EXE): ffmpeg.o $(DEP_LIBS)
-lavformat -lavcodec $(EXTRALIBS)
ffmpeg$(EXE): ffmpeg_g$(EXE)
- cp $< $@ ; $(STRIP) $@
+ cp -p $< $@ ; $(STRIP) $@
ffserver$(EXE): ffserver.o $(DEP_LIBS)
$(CC) $(LDFLAGS) $(FFSLDFLAGS) \