From: Todd C. Miller Date: Mon, 18 Dec 1995 03:36:03 +0000 (+0000) Subject: fixed another occurence of sudo_getpwuid.* X-Git-Tag: SUDO_1_4_0~41 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=332bab8e0d824cf6732528cb86ac578358c60fe7;p=sudo fixed another occurence of sudo_getpwuid.* --- diff --git a/Makefile.in b/Makefile.in index f5471e551..b82761532 100644 --- a/Makefile.in +++ b/Makefile.in @@ -100,7 +100,7 @@ SRCS = check.c getspwuid.c find_path.c logging.c parse.c sudo.c \ PARSEOBJS = y.tab.o lex.yy.o -SUDOBJS = check.o sudo_getpwuid.o find_path.o logging.o parse.o sudo.o \ +SUDOBJS = check.o getspwuid.o find_path.o logging.o parse.o sudo.o \ goodpath.o sudo_setenv.o interfaces.o @DCE_OBJS@ VISUDOBJS = visudo.o