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:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user