diff options
author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2014-09-15 09:40:30 +0000 |
---|---|---|
committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2014-09-15 09:40:30 +0000 |
commit | adf180b55c9bdbf02c7daf6a62bdecd3b7dd6cd6 (patch) | |
tree | 0cabdf9c7495e0b4b28b66d5f485231bb928de81 /modules/pam_unix/Makefile.in | |
parent | 299a95c6b11a65ecaa8371d14fff8dffe393e091 (diff) |
Notes
Diffstat (limited to 'modules/pam_unix/Makefile.in')
-rw-r--r-- | modules/pam_unix/Makefile.in | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/modules/pam_unix/Makefile.in b/modules/pam_unix/Makefile.in index 022e833a3a60d..b5d116a07d3f8 100644 --- a/modules/pam_unix/Makefile.in +++ b/modules/pam_unix/Makefile.in @@ -84,10 +84,7 @@ subdir = modules/pam_unix DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ $(top_srcdir)/depcomp ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \ - $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ - $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ - $(top_srcdir)/configure.ac +am__aclocal_m4_deps = $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) mkinstalldirs = $(install_sh) -d |