commit | d7371a2d4d308d961d22c12ae9bc3d28cf35f029 | [log] [tgz] |
---|---|---|
author | Brian Gernhardt <benji@silverinsanity.com> | Sun Mar 08 17:22:51 2009 -0400 |
committer | Junio C Hamano <gitster@pobox.com> | Sun Mar 08 14:58:04 2009 -0700 |
tree | bfa9095c0cbb609ee151368a6b899c7fd932e50d | |
parent | c567383b1e3205c895b371d42a39fbdf131032ba [diff] |
Makefile: Set compiler switch for USE_NSEC The comments indicated that setting a Makefile variable USE_NSEC would enable the code for sub-second [cm]times. However, the Makefile variable was never turned into a compiler switch so the code was never enabled. This patch allows USE_NSEC to be noticed by the compiler. Signed-off-by: Brian Gernhardt <benji@silverinsanity.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>