blob: c6840017929c86feeb73362cd307708fca3eb39b (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- /tmp/Makefile 2008-06-10 21:05:55.613676241 +0200
+++ trunk/Makefile 2008-06-10 21:06:30.701172833 +0200
@@ -797,7 +797,7 @@
$(INSTALL) -d $(BINDIR) $(CONFDIR)
install-%: %$(EXESUF) install-dirs
- $(INSTALL) -m 755 $(INSTALLSTRIP) $< $(BINDIR)
+ $(INSTALL) -m 755 $< $(BINDIR)
install-mplayer-man: $(foreach lang,$(MAN_LANG_ALL),install-mplayer-man-$(lang))
install-mencoder-man: $(foreach lang,$(MAN_LANG_ALL),install-mencoder-man-$(lang))
|