2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-31 06:15:37 +00:00

Add depend target to all Makefile.in files.

This commit is contained in:
Todd C. Miller
2019-10-21 15:20:21 -06:00
parent e80079eaa8
commit b157b96893
10 changed files with 41 additions and 0 deletions

View File

@@ -111,6 +111,11 @@ VERSION = @PACKAGE_VERSION@
all: sample_plugin.la
depend:
$(top_srcdir)/mkdep.pl --srcdir=$(top_srcdir) \
--builddir=`pwd`/$(top_builddir) plugins/sample/Makefile.in
cd $(top_builddir) && ./config.status --file plugins/sample/Makefile
Makefile: $(srcdir)/Makefile.in
cd $(top_builddir) && ./config.status --file plugins/sample/Makefile