From 89f044eb97fc0bc724434ecc8be8081cc6b379da Mon Sep 17 00:00:00 2001 From: James Raynard Date: Sun, 21 Jul 1996 00:05:31 +0000 Subject: [PATCH] Fix typo in Makefile. Reviewed (informally!) by jkh. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 6155aff89e0..60c9523980d 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ # -# $Id: Makefile,v 1.88 1996/06/28 05:36:00 phk Exp $ +# $Id: Makefile,v 1.89 1996/07/01 06:13:31 jkh Exp $ # # Make command line options: # -DCLOBBER will remove /usr/include @@ -312,7 +312,7 @@ libraries: cd ${.CURDIR}/lib && \ ${MAKE} ${MK_FLAGS} depend all install ${CLEANDIR} ${OBJDIR} .endif -.if exists(usr.sbin/lex/lib) +.if exists(usr.bin/lex/lib) cd ${.CURDIR}/usr.bin/lex/lib && \ ${MAKE} ${MK_FLAGS} depend all install ${CLEANDIR} ${OBJDIR} .endif