Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 Jul 1996 17:39:02 +0000 ()
From:      James Raynard <fcurrent@jraynard.demon.co.uk>
To:        freebsd-current@freebsd.org
Subject:   Typo in /usr/src/Makefile?
Message-ID:  <199607201739.RAA03510@jraynard.demon.co.uk>

next in thread | raw e-mail | index | archive | help
Am I missing something here?


--- Makefile.orig	Sat Jul 20 17:34:17 1996
+++ Makefile	Sat Jul 20 17:34:41 1996
@@ -312,7 +312,7 @@
 	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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199607201739.RAA03510>