2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-31 14:25:15 +00:00

Clean up links in distclean

This commit is contained in:
Todd C. Miller
2010-04-30 13:57:27 -04:00
parent 8cfde4f9db
commit 1473d78637

View File

@@ -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