projects
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
75336fc
)
Quote names individually, since otherwise the whole list was understood
author
Víctor Paesa
<wzrlpy@arsystel.com>
Sun, 8 Oct 2006 14:14:33 +0000
(14:14 +0000)
committer
Diego Biurrun
<diego@biurrun.de>
Sun, 8 Oct 2006 14:14:33 +0000
(14:14 +0000)
as a single long filename by the shell.
patch by Víctor Paesa, wzrlpy arsystel com
Originally committed as revision 6589 to svn://svn.ffmpeg.org/ffmpeg/trunk
common.mak
patch
|
blob
|
history
diff --git
a/common.mak
b/common.mak
index 7ef4693b127b49e222f128f22108adeb4d1ea2c4..78985d8b367bac1fa7f031277132e6f2571a0070 100644
(file)
--- a/
common.mak
+++ b/
common.mak
@@
-89,7
+89,7
@@
uninstall-libs:
-rm -f "$(libdir)/$(LIB)"
uninstall-headers:
- rm -f
"$(addprefix $(incdir)/,$(HEADERS))"
+ rm -f
$(addprefix "$(incdir)/",$(HEADERS))
rm -f "$(libdir)/pkgconfig/lib$(NAME).pc"
.PHONY: all depend dep clean distclean install* uninstall*