Commit cd369d68 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Fix genmf invocation

parent 2040035d
...@@ -48,7 +48,7 @@ all-modules: ...@@ -48,7 +48,7 @@ all-modules:
if MAINTAINER_MODE if MAINTAINER_MODE
$(srcdir)/Makefile.am: $(srcdir)/Modules.am $(top_srcdir)/modules/genmf $(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 endif
mostlyclean-local: mostlyclean-local:
......
...@@ -29,6 +29,7 @@ do ...@@ -29,6 +29,7 @@ do
# DO NOT EDIT - edit Modules.am or \$(top_srcdir)/bootstrap instead # DO NOT EDIT - edit Modules.am or \$(top_srcdir)/bootstrap instead
basedir = ${basedir} basedir = ${basedir}
dir = ${dir}
mods = ${mods} mods = ${mods}
SUBDIRS = ${subdirs} SUBDIRS = ${subdirs}
EXTRA_LTLIBRARIES = ${extra_ltlibs} EXTRA_LTLIBRARIES = ${extra_ltlibs}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment