From: Todd C. Miller Date: Fri, 30 Apr 2010 17:57:27 +0000 (-0400) Subject: Clean up links in distclean X-Git-Tag: SUDO_1_8_0~677 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1473d786376d99065306267739a86f962c66ef5c;p=sudo Clean up links in distclean --- diff --git a/plugins/sudoers/Makefile.in b/plugins/sudoers/Makefile.in index 9225f7b9e..6614394bb 100644 --- a/plugins/sudoers/Makefile.in +++ b/plugins/sudoers/Makefile.in @@ -115,6 +115,9 @@ REPLAY_OBJS = getdate.o sudoreplay.o term.o error.o TEST_OBJS = interfaces.o testsudoers.o tsgetgrpw.o error.o +LINKS = alloc.c atobool.c audit.c error.c fileops.c fmt_string.c lbuf.c \ + list.c term.c zero_bytes.c + VERSION = @PACKAGE_VERSION@ SUDODEP = $(srcdir)/sudoers.h $(incdir)/compat.h \ @@ -304,7 +307,7 @@ clean: mostlyclean: clean distclean: clean - -rm -rf Makefile sudoers.lo .libs + -rm -rf Makefile sudoers.lo .libs $(LINKS) clobber: distclean