From: Todd C. Miller Date: Tue, 24 May 1994 19:55:30 +0000 (+0000) Subject: fixed make distclean & realclean X-Git-Tag: SUDO_1_3_1~256 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=eba71ad921677c9a087b0a1a147de8b41aa99b8f;p=sudo fixed make distclean & realclean --- diff --git a/Makefile.in b/Makefile.in index a69f5efc1..8bf0bb092 100644 --- a/Makefile.in +++ b/Makefile.in @@ -38,7 +38,7 @@ YACC = @YACC@ INSTALL = @INSTALL@ # Libraries -LIBS = @LIBS@ +LIBS = @LIBS@ @LEXLIB@ # Usually -g or -O CFLAGS = -O @INC_FLAGS@ @@ -141,11 +141,11 @@ mostlyclean: clean distclean: clean rm -f Makefile config.h pathnames.h config.status - ( cd visudoers && make $@ ) + ( cd visudoers && rm -f Makefile ) realclean: distclean rm -f TAGS tags - ( cd visudoers && make $@ ) + ( cd visudoers && rm -f TAGS tags ) dist: $(DISTFILES) rm -f ../cu-sudo.v1.3.1.tar.Z