From 8f90254de73816a34d8a2b8b61b3a1b635de12ac Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Mon, 13 Nov 1995 03:25:07 +0000 Subject: [PATCH] removed leading tab if @MAN_POSTINSTALL@ not defined now removes testsudoers in clean: --- Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.in b/Makefile.in index 624058bde..2539f33c6 100644 --- a/Makefile.in +++ b/Makefile.in @@ -170,7 +170,7 @@ install-man: $(INSTALL) -o $(owner) -g $(group) -m 0644 $(srcdir)/sudo.$(mantype) $(mandir8)/sudo.$(mansect8) $(INSTALL) -o $(owner) -g $(group) -m 0644 $(srcdir)/visudo.$(mantype) $(mandir8)/visudo.$(mansect8) $(INSTALL) -o $(owner) -g $(group) -m 0644 $(srcdir)/sudoers.$(mantype) $(mandir5)/sudoers.$(mansect5) - @MAN_POSTINSTALL@ +@MAN_POSTINSTALL@ tags: $(SRCS) ctags $(SRCS) @@ -179,7 +179,7 @@ TAGS: $(SRCS) etags $(SRCS) clean: - -rm -f lex.yy.* y.tab.* *.o $(PROGS) core + -rm -f lex.yy.* y.tab.* *.o $(PROGS) testsudoers core mostlyclean: clean