From ea6abe343d200758860d42067c2443c29e1c68a8 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Thu, 16 Apr 2009 07:03:59 +0200 Subject: build: use '.'-relative name, gnulib_dir * cfg.mk (gnulib_dir): Use "gnulib", not "/gnulib", now that the former is a git submodule, and guaranteed to exist. --- cfg.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cfg.mk b/cfg.mk index b356e1a6d..d3a3436a9 100644 --- a/cfg.mk +++ b/cfg.mk @@ -35,9 +35,9 @@ local-checks-to-skip = strftime-check # The local directory containing the checked-out copy of gnulib used in this # release. Used solely to get gnulib's SHA1 for the "announcement" target. -gnulib_dir = /gnulib +gnulib_dir = gnulib -# Now that we have better (check.mk) tests, make this the default. +# Now that we have better tests, make this the default. export VERBOSE = yes old_NEWS_hash = 40279d1aa0a0ef3ca9d1f0a001eb9e2f -- cgit v1.2.3-70-g09d2