[Ffmpeg-cvslog] r6589 - trunk/common.mak
diego
subversion
Sun Oct 8 16:14:33 CEST 2006
Author: diego
Date: Sun Oct 8 16:14:33 2006
New Revision: 6589
Modified:
trunk/common.mak
Log:
Quote names individually, not the whole list as some shells may
choke on too long filenames.
patch by V?ctor Paesa, wzrlpy arsystel com
Modified: trunk/common.mak
==============================================================================
--- trunk/common.mak (original)
+++ trunk/common.mak Sun Oct 8 16:14:33 2006
@@ -89,7 +89,7 @@
-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*
More information about the ffmpeg-cvslog
mailing list