From: Todd C. Miller Date: Tue, 27 Apr 2010 01:30:41 +0000 (-0400) Subject: Add sudo_noexec.la to "all" target, otherwise it only gets built X-Git-Tag: SUDO_1_8_0~693 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c8733dbc6e8f0b6542d73f6b6cc8747396ae1cc3;p=sudo Add sudo_noexec.la to "all" target, otherwise it only gets built at install time. --- diff --git a/src/Makefile.in b/src/Makefile.in index ac1c10a3b..a4bb7296e 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -85,7 +85,7 @@ SUDODEP = $(srcdir)/sudo.h $(incdir)/sudo_plugin.h $(incdir)/alloc.h \ $(incdir)/missing.h $(top_builddir)/pathnames.h \ $(top_builddir)/config.h -all: $(PROGS) +all: $(PROGS) sudo_noexec.la .SUFFIXES: .o .c .h .l .y .man .cat .lo