diff options
Diffstat (limited to 'help')
-rw-r--r-- | help/Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/help/Makefile.in b/help/Makefile.in index a06ca4b..6bc04b7 100644 --- a/help/Makefile.in +++ b/help/Makefile.in @@ -82,7 +82,8 @@ subdir = help DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ $(dist_helpf_DATA) ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -am__aclocal_m4_deps = $(top_srcdir)/m4/argz.m4 \ +am__aclocal_m4_deps = $(top_srcdir)/m4/ac_define_dir.m4 \ + $(top_srcdir)/m4/argz.m4 \ $(top_srcdir)/m4/ax_append_compile_flags.m4 \ $(top_srcdir)/m4/ax_append_flag.m4 \ $(top_srcdir)/m4/ax_check_compile_flag.m4 \ |