summaryrefslogtreecommitdiff
path: root/cfg.mk
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2009-05-15 15:13:14 +0200
committerJim Meyering <meyering@redhat.com>2009-05-15 15:45:16 +0200
commitb1015f45f431518f0a848a8f71b4fb8dec28a7ef (patch)
treee1f9c511ef04a35aea7ed35f20e835b372c45bba /cfg.mk
parentdc3961cbbba729534de807a2a7fbd1a6450613c6 (diff)
downloadparted-b1015f45f431518f0a848a8f71b4fb8dec28a7ef.tar.gz
maint: cfg.mk: remove now-unnecessary gnulib_dir definition
* cfg.mk (gnulib_dir): Remove definition, now that gnulib's maint.mk provides the default we want.
Diffstat (limited to 'cfg.mk')
-rw-r--r--cfg.mk4
1 files changed, 0 insertions, 4 deletions
diff --git a/cfg.mk b/cfg.mk
index 97404ea..b3829c5 100644
--- a/cfg.mk
+++ b/cfg.mk
@@ -47,10 +47,6 @@ local-checks-to-skip = \
sc_cast_of_argument_to_free \
check-AUTHORS
-# 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
-
# Now that we have better (check.mk) tests, make this the default.
export VERBOSE = yes