summaryrefslogtreecommitdiff
path: root/waflib/Tools/ar.py
diff options
context:
space:
mode:
Diffstat (limited to 'waflib/Tools/ar.py')
-rw-r--r--waflib/Tools/ar.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/waflib/Tools/ar.py b/waflib/Tools/ar.py
index b39b6459..aac39c0c 100644
--- a/waflib/Tools/ar.py
+++ b/waflib/Tools/ar.py
@@ -1,6 +1,6 @@
#!/usr/bin/env python
# encoding: utf-8
-# Thomas Nagy, 2006-2018 (ita)
+# Thomas Nagy, 2006-2010 (ita)
# Ralf Habacker, 2006 (rh)
"""
@@ -16,7 +16,7 @@ def find_ar(conf):
conf.load('ar')
def configure(conf):
- """Finds the ar program and sets the default flags in ``conf.env.ARFLAGS``"""
+ """Find the ar program and set the default flags in ``conf.env.ARFLAGS``"""
conf.find_program('ar', var='AR')
conf.add_os_flags('ARFLAGS')
if not conf.env.ARFLAGS: