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:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user