From c18a2a32eb02de8195a452fd735eab81f2d1562a Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Fri, 9 Jan 2004 07:50:12 +0000 Subject: [PATCH] Don't lie about making a module, it does the wrong thing on mach --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.50.1