[vlc-devel] commit: contrib: fix aclocal files copying (Pierre Ynard )
git version control
git at videolan.org
Tue Jan 5 19:58:44 CET 2010
vlc | branch: master | Pierre Ynard <linkfanel at yahoo.fr> | Tue Jan 5 19:57:50 2010 +0100| [b3134f44d76cdb2edfb86ae72e2ac4a6190ef375] | committer: Pierre Ynard
contrib: fix aclocal files copying
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=b3134f44d76cdb2edfb86ae72e2ac4a6190ef375
---
extras/contrib/src/Makefile | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/extras/contrib/src/Makefile b/extras/contrib/src/Makefile
index a63ccd4..86492ac 100644
--- a/extras/contrib/src/Makefile
+++ b/extras/contrib/src/Makefile
@@ -2293,7 +2293,7 @@ DISTCLEAN_PKG += libtiger-$(TIGER_VERSION).tar.gz
# **************************************************************************
.aclocal:
- cp -R $(PREFIX)/share/aclocal/* $(PREFIX)/../../m4/
+ cp -R $(PREFIX)/share/aclocal/* ../../../m4/
touch $@
CLEAN_FILE += .aclocal
More information about the vlc-devel
mailing list