]> granicus.if.org Git - sudo/commitdiff
Don't lie about making a module, it does the wrong thing on mach
authorTodd C. Miller <Todd.Miller@courtesan.com>
Fri, 9 Jan 2004 07:50:12 +0000 (07:50 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Fri, 9 Jan 2004 07:50:12 +0000 (07:50 +0000)
Makefile.in

index e0d2179592f769d7a42ebcfce3bba59219734544..f81c20b274dc9f924ad47606c14b70bd360f8a53 100644 (file)
@@ -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