From 2d066db856e448e3c16e7b8c6fd1b793581c3f9f Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Thu, 11 Jan 1996 18:01:19 +0000 Subject: [PATCH] tgetpass.o is now only linked in with sudo (not visudo) --- Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.in b/Makefile.in index 1e810aff9..7a89bf675 100644 --- a/Makefile.in +++ b/Makefile.in @@ -101,13 +101,13 @@ SRCS = check.c getspwuid.c find_path.c logging.c parse.c sudo.c \ PARSEOBJS = y.tab.o lex.yy.o SUDOBJS = check.o getspwuid.o find_path.o logging.o parse.o sudo.o \ - goodpath.o sudo_setenv.o interfaces.o @DCE_OBJS@ + goodpath.o sudo_setenv.o interfaces.o @DCE_OBJS@ @TGETPASS@ VISUDOBJS = visudo.o TESTOBJS = interfaces.o testsudoers.o -LIBOBJS = @TGETPASS@ @LIBOBJS@ +LIBOBJS = @LIBOBJS@ HDRS = sudo.h pathnames.h options.h compat.h version.h insults.h \ ins_2001.h ins_classic.h ins_goons.h ins_csops.h -- 2.49.0