From: Todd C. Miller Date: Fri, 9 Jan 2004 07:50:12 +0000 (+0000) Subject: Don't lie about making a module, it does the wrong thing on mach X-Git-Tag: SUDO_1_6_8~257 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c18a2a32eb02de8195a452fd735eab81f2d1562a;p=sudo Don't lie about making a module, it does the wrong thing on mach --- diff --git a/Makefile.in b/Makefile.in index e0d217959..f81c20b27 100644 --- a/Makefile.in +++ b/Makefile.in @@ -197,7 +197,7 @@ testsudoers: $(TESTOBJS) $(LIBOBJS) $(CC) -o $@ $(TESTOBJS) $(LIBOBJS) $(LDFLAGS) $(LIBS) $(NET_LIBS) sudo_noexec.la: sudo_noexec.lo - $(LIBTOOL) --mode=link $(CC) $(LDFLAGS) -o $@ sudo_noexec.lo -avoid-version -module -rpath $(noexecdir) + $(LIBTOOL) --mode=link $(CC) $(LDFLAGS) -o $@ sudo_noexec.lo -avoid-version -rpath $(noexecdir) # Uncomment the following if you want "make clean" to clean the parser @DEV@PARSESRCS = sudo.tab.h sudo.tab.c lex.yy.c