]> granicus.if.org Git - sudo/commitdiff
fixed make distclean & realclean
authorTodd C. Miller <Todd.Miller@courtesan.com>
Tue, 24 May 1994 19:55:30 +0000 (19:55 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Tue, 24 May 1994 19:55:30 +0000 (19:55 +0000)
Makefile.in

index a69f5efc1de59310eda11377184946c1dc169887..8bf0bb092a4216f812430cc506e01be0c457e0a5 100644 (file)
@@ -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