mirror of
https://github.com/sudo-project/sudo.git
synced 2025-08-28 21:07:55 +00:00
fix command error for lib/util/Makefile.in
This commit is contained in:
parent
dea110a848
commit
ec255dca1e
@ -412,7 +412,7 @@ install-fuzzer: $(FUZZ_PROGS) $(FUZZ_SEED_CORPUS)
|
||||
uninstall:
|
||||
$(LIBTOOL) $(LTFLAGS) --mode=uninstall rm -f $(DESTDIR)$(libexecdir)/sudo/libsudo_util.la
|
||||
-test -z "$(INSTALL_BACKUP)" || \
|
||||
rf -f $(DESTDIR)$(libexecdir)/sudo/libsudo_util.*~
|
||||
rm -f $(DESTDIR)$(libexecdir)/sudo/libsudo_util.*~
|
||||
|
||||
splint:
|
||||
splint $(SPLINT_OPTS) -I$(incdir) -I$(top_builddir) $(srcdir)/*.c
|
||||
|
Loading…
x
Reference in New Issue
Block a user