[vlc-commits] Makefile.am: correctly clean target prior to re-creation
Felix Paul Kühne
git at videolan.org
Fri Nov 22 16:03:58 CET 2013
npapi-vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Fri Nov 22 15:58:04 2013 +0100| [3cd1a6db8d7919cbbe6ed7daff3ed6641804db40] | committer: Felix Paul Kühne
Makefile.am: correctly clean target prior to re-creation
> http://git.videolan.org/gitweb.cgi/npapi-vlc.git/?a=commit;h=3cd1a6db8d7919cbbe6ed7daff3ed6641804db40
---
npapi/Makefile.am | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/npapi/Makefile.am b/npapi/Makefile.am
index ba7d47e..46469fb 100644
--- a/npapi/Makefile.am
+++ b/npapi/Makefile.am
@@ -169,7 +169,7 @@ define FIXEXECPATH
endef
VLC\ Plugin.plugin: $(lib_LTLIBRARIES)
- rm -Rf "$@"
+ rm -Rf "$(top_builddir)/$@"
$(INSTALL) -d "$(top_builddir)/VLC-Plugin.plugin/Contents/MacOS/lib"
$(INSTALL) -d "$(top_builddir)/VLC-Plugin.plugin/Contents/Resources"
$(INSTALL) $(top_srcdir)/share/pixmaps/macosx/*.png "$(top_builddir)/VLC-Plugin.plugin/Contents/Resources"
More information about the vlc-commits
mailing list