mirror of
https://github.com/sudo-project/sudo.git
synced 2025-09-01 23:05:17 +00:00
Add depend target to all Makefile.in files.
This commit is contained in:
@@ -119,6 +119,8 @@ lint: all
|
||||
exit $$rval; \
|
||||
fi
|
||||
|
||||
depend:
|
||||
|
||||
Makefile: $(srcdir)/Makefile.in
|
||||
cd $(top_builddir) && ./config.status --file doc/Makefile
|
||||
|
||||
|
@@ -56,6 +56,8 @@ PACKAGE_TARNAME = @PACKAGE_TARNAME@
|
||||
|
||||
all: $(EXAMPLES)
|
||||
|
||||
depend:
|
||||
|
||||
Makefile: $(srcdir)/Makefile.in
|
||||
cd $(top_builddir) && ./config.status --file examples/Makefile
|
||||
|
||||
|
@@ -50,6 +50,8 @@ SHELL = @SHELL@
|
||||
|
||||
all:
|
||||
|
||||
depend:
|
||||
|
||||
Makefile: $(srcdir)/Makefile.in
|
||||
cd $(top_builddir) && ./config.status --file include/Makefile
|
||||
|
||||
|
@@ -166,6 +166,11 @@ pvs-log-files: $(POBJS)
|
||||
pvs-studio: $(POBJS)
|
||||
plog-converter $(PVS_LOG_OPTS) $(POBJS)
|
||||
|
||||
depend:
|
||||
$(top_srcdir)/mkdep.pl --srcdir=$(top_srcdir) \
|
||||
--builddir=`pwd`/$(top_builddir) lib/util/Makefile.in
|
||||
cd $(top_builddir) && ./config.status --file lib/util/Makefile
|
||||
|
||||
Makefile: $(srcdir)/Makefile.in
|
||||
cd $(top_builddir) && ./config.status --file lib/util/Makefile
|
||||
|
||||
|
@@ -95,6 +95,11 @@ LTOBJS = adler32.lo compress.lo crc32.lo deflate.lo gzclose.lo gzlib.lo \
|
||||
|
||||
all: libsudo_z.la
|
||||
|
||||
depend:
|
||||
$(top_srcdir)/mkdep.pl --srcdir=$(top_srcdir) \
|
||||
--builddir=`pwd`/$(top_builddir) lib/zlib/Makefile.in
|
||||
cd $(top_builddir) && ./config.status --file lib/zlib/Makefile
|
||||
|
||||
Makefile: $(srcdir)/Makefile.in
|
||||
cd $(top_builddir) && ./config.status --file lib/zlib/Makefile
|
||||
|
||||
|
@@ -116,6 +116,11 @@ VERSION = @PACKAGE_VERSION@
|
||||
|
||||
all: group_file.la
|
||||
|
||||
depend:
|
||||
$(top_srcdir)/mkdep.pl --srcdir=$(top_srcdir) \
|
||||
--builddir=`pwd`/$(top_builddir) plugins/group_file/Makefile.in
|
||||
cd $(top_builddir) && ./config.status --file plugins/group_file/Makefile
|
||||
|
||||
Makefile: $(srcdir)/Makefile.in
|
||||
cd $(top_builddir) && ./config.status --file plugins/group_file/Makefile
|
||||
|
||||
|
@@ -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
|
||||
|
||||
|
@@ -261,6 +261,11 @@ $(shlib_opt): $(shlib_exp)
|
||||
.y.c:
|
||||
@true
|
||||
|
||||
depend:
|
||||
$(top_srcdir)/mkdep.pl --srcdir=$(top_srcdir) \
|
||||
--builddir=`pwd`/$(top_builddir) plugins/sudoers/Makefile.in
|
||||
cd $(top_builddir) && ./config.status --file plugins/sudoers/Makefile
|
||||
|
||||
Makefile: $(srcdir)/Makefile.in
|
||||
cd $(top_builddir) && ./config.status --file plugins/sudoers/Makefile
|
||||
|
||||
|
@@ -116,6 +116,11 @@ VERSION = @PACKAGE_VERSION@
|
||||
|
||||
all: system_group.la
|
||||
|
||||
depend:
|
||||
$(top_srcdir)/mkdep.pl --srcdir=$(top_srcdir) \
|
||||
--builddir=`pwd`/$(top_builddir) plugins/system_group/Makefile.in
|
||||
cd $(top_builddir) && ./config.status --file plugins/system_group/Makefile
|
||||
|
||||
Makefile: $(srcdir)/Makefile.in
|
||||
cd $(top_builddir) && ./config.status --file plugins/system_group/Makefile
|
||||
|
||||
|
@@ -141,6 +141,11 @@ VERSION = @PACKAGE_VERSION@
|
||||
|
||||
all: $(PROGS)
|
||||
|
||||
depend:
|
||||
$(top_srcdir)/mkdep.pl --srcdir=$(top_srcdir) \
|
||||
--builddir=`pwd`/$(top_builddir) src/Makefile.in
|
||||
cd $(top_builddir) && ./config.status --file src/Makefile
|
||||
|
||||
Makefile: $(srcdir)/Makefile.in
|
||||
cd $(top_builddir) && ./config.status --file src/Makefile
|
||||
|
||||
|
Reference in New Issue
Block a user