]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/tools/build/src/tools/lex.jam
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / tools / build / src / tools / lex.jam
index e85d1d1adf3f2c5cc30a329630f8eedf6ea93caf..8fab09a0d46fc7d63298cd327f8d6d9b4ce1179d 100644 (file)
@@ -1,6 +1,6 @@
-# Copyright 2003 Vladimir Prus 
-# Distributed under the Boost Software License, Version 1.0. 
-# (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) 
+# Copyright 2003 Vladimir Prus
+# Distributed under the Boost Software License, Version 1.0.
+# (See accompanying file LICENSE.txt or https://www.bfgroup.xyz/b2/LICENSE.txt)
 
 import type ;
 import generators ;
@@ -19,7 +19,7 @@ rule init ( )
 
 flags lex.lex PREFIX <flex.prefix> ;
 
-actions lex 
+actions lex
 {
-    flex -P$(PREFIX) -o$(<) $(>)    
+    flex -P$(PREFIX) -o$(<) $(>)
 }