diff options
author | Jim Meyering <meyering@redhat.com> | 2009-04-16 07:03:59 +0200 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2009-04-16 07:03:59 +0200 |
commit | ea6abe343d200758860d42067c2443c29e1c68a8 (patch) | |
tree | 504069ffccd5d59e5308c17fd0c7f52832c68ae4 | |
parent | a46c077467e8b9eac3b875ac0ebab8ff9e713d24 (diff) | |
download | coreutils-ea6abe343d200758860d42067c2443c29e1c68a8.tar.xz |
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.
-rw-r--r-- | cfg.mk | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |