From: Todd C. Miller Date: Mon, 13 Nov 1995 03:25:07 +0000 (+0000) Subject: removed leading tab if @MAN_POSTINSTALL@ not defined X-Git-Tag: SUDO_1_4_0~149 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8f90254de73816a34d8a2b8b61b3a1b635de12ac;p=sudo removed leading tab if @MAN_POSTINSTALL@ not defined now removes testsudoers in clean: --- 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