mirror of
https://github.com/sudo-project/sudo.git
synced 2025-09-02 07:15:27 +00:00
Add depend target to all Makefile.in files.
This commit is contained in:
@@ -119,6 +119,8 @@ lint: all
|
|||||||
exit $$rval; \
|
exit $$rval; \
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
depend:
|
||||||
|
|
||||||
Makefile: $(srcdir)/Makefile.in
|
Makefile: $(srcdir)/Makefile.in
|
||||||
cd $(top_builddir) && ./config.status --file doc/Makefile
|
cd $(top_builddir) && ./config.status --file doc/Makefile
|
||||||
|
|
||||||
|
@@ -56,6 +56,8 @@ PACKAGE_TARNAME = @PACKAGE_TARNAME@
|
|||||||
|
|
||||||
all: $(EXAMPLES)
|
all: $(EXAMPLES)
|
||||||
|
|
||||||
|
depend:
|
||||||
|
|
||||||
Makefile: $(srcdir)/Makefile.in
|
Makefile: $(srcdir)/Makefile.in
|
||||||
cd $(top_builddir) && ./config.status --file examples/Makefile
|
cd $(top_builddir) && ./config.status --file examples/Makefile
|
||||||
|
|
||||||
|
@@ -50,6 +50,8 @@ SHELL = @SHELL@
|
|||||||
|
|
||||||
all:
|
all:
|
||||||
|
|
||||||
|
depend:
|
||||||
|
|
||||||
Makefile: $(srcdir)/Makefile.in
|
Makefile: $(srcdir)/Makefile.in
|
||||||
cd $(top_builddir) && ./config.status --file include/Makefile
|
cd $(top_builddir) && ./config.status --file include/Makefile
|
||||||
|
|
||||||
|
@@ -166,6 +166,11 @@ pvs-log-files: $(POBJS)
|
|||||||
pvs-studio: $(POBJS)
|
pvs-studio: $(POBJS)
|
||||||
plog-converter $(PVS_LOG_OPTS) $(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
|
Makefile: $(srcdir)/Makefile.in
|
||||||
cd $(top_builddir) && ./config.status --file lib/util/Makefile
|
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
|
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
|
Makefile: $(srcdir)/Makefile.in
|
||||||
cd $(top_builddir) && ./config.status --file lib/zlib/Makefile
|
cd $(top_builddir) && ./config.status --file lib/zlib/Makefile
|
||||||
|
|
||||||
|
@@ -116,6 +116,11 @@ VERSION = @PACKAGE_VERSION@
|
|||||||
|
|
||||||
all: group_file.la
|
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
|
Makefile: $(srcdir)/Makefile.in
|
||||||
cd $(top_builddir) && ./config.status --file plugins/group_file/Makefile
|
cd $(top_builddir) && ./config.status --file plugins/group_file/Makefile
|
||||||
|
|
||||||
|
@@ -111,6 +111,11 @@ VERSION = @PACKAGE_VERSION@
|
|||||||
|
|
||||||
all: sample_plugin.la
|
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
|
Makefile: $(srcdir)/Makefile.in
|
||||||
cd $(top_builddir) && ./config.status --file plugins/sample/Makefile
|
cd $(top_builddir) && ./config.status --file plugins/sample/Makefile
|
||||||
|
|
||||||
|
@@ -261,6 +261,11 @@ $(shlib_opt): $(shlib_exp)
|
|||||||
.y.c:
|
.y.c:
|
||||||
@true
|
@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
|
Makefile: $(srcdir)/Makefile.in
|
||||||
cd $(top_builddir) && ./config.status --file plugins/sudoers/Makefile
|
cd $(top_builddir) && ./config.status --file plugins/sudoers/Makefile
|
||||||
|
|
||||||
|
@@ -116,6 +116,11 @@ VERSION = @PACKAGE_VERSION@
|
|||||||
|
|
||||||
all: system_group.la
|
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
|
Makefile: $(srcdir)/Makefile.in
|
||||||
cd $(top_builddir) && ./config.status --file plugins/system_group/Makefile
|
cd $(top_builddir) && ./config.status --file plugins/system_group/Makefile
|
||||||
|
|
||||||
|
@@ -141,6 +141,11 @@ VERSION = @PACKAGE_VERSION@
|
|||||||
|
|
||||||
all: $(PROGS)
|
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
|
Makefile: $(srcdir)/Makefile.in
|
||||||
cd $(top_builddir) && ./config.status --file src/Makefile
|
cd $(top_builddir) && ./config.status --file src/Makefile
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user