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:
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:
......
......@@ -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}
......
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