removed leading tab if @MAN_POSTINSTALL@ not defined

now removes testsudoers in clean:
This commit is contained in:
Todd C. Miller
1995-11-13 03:25:07 +00:00
parent 6a6099ebbc
commit 8f90254de7

View File

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