svn commit: r250637 - projects/flex-sf
Jung-uk Kim
jkim at FreeBSD.org
Tue May 14 17:32:14 UTC 2013
Author: jkim
Date: Tue May 14 17:32:13 2013
New Revision: 250637
URL: http://svnweb.freebsd.org/changeset/base/250637
Log:
Add m4 to bootstrap tools for 9.x. The old version does not support -P
option, which is necessary for building flex itself.
Modified:
projects/flex-sf/Makefile.inc1
Modified: projects/flex-sf/Makefile.inc1
==============================================================================
--- projects/flex-sf/Makefile.inc1 Tue May 14 14:16:41 2013 (r250636)
+++ projects/flex-sf/Makefile.inc1 Tue May 14 17:32:13 2013 (r250637)
@@ -1122,6 +1122,9 @@ _sed= usr.bin/sed
.if ${BOOTSTRAPPING} < 900006
_lex= usr.bin/lex
+.endif
+
+.if ${BOOTSTRAPPING} < 1000002
_m4= usr.bin/m4
.endif
More information about the svn-src-projects
mailing list