[vlc-devel] commit: Fix genmf invocation ( Rémi Denis-Courmont )
git version control
git at videolan.org
Mon Apr 21 21:30:47 CEST 2008
vlc | branch: master | Rémi Denis-Courmont <rem at videolan.org> | Mon Apr 21 22:04:35 2008 +0300| [cd369d68d7fd8dd422f13aa22388f8ab441837f7]
Fix genmf invocation
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=cd369d68d7fd8dd422f13aa22388f8ab441837f7
---
modules/common.am | 2 +-
modules/genmf | 1 +
2 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/modules/common.am b/modules/common.am
index 2907e04..4076374 100644
--- a/modules/common.am
+++ b/modules/common.am
@@ -48,7 +48,7 @@ all-modules:
if MAINTAINER_MODE
$(srcdir)/Makefile.am: $(srcdir)/Modules.am $(top_srcdir)/modules/genmf
- cd \$(top_srcdir) && \$(SHELL) modules/genmf ${dir}
+ cd \$(top_srcdir) && \$(SHELL) modules/genmf $(dir)
endif
mostlyclean-local:
diff --git a/modules/genmf b/modules/genmf
index ba670f4..33c5421 100755
--- a/modules/genmf
+++ b/modules/genmf
@@ -29,6 +29,7 @@ do
# DO NOT EDIT - edit Modules.am or \$(top_srcdir)/bootstrap instead
basedir = ${basedir}
+dir = ${dir}
mods = ${mods}
SUBDIRS = ${subdirs}
EXTRA_LTLIBRARIES = ${extra_ltlibs}
More information about the vlc-devel
mailing list