summaryrefslogtreecommitdiff
path: root/maint.mk
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2009-04-27 14:46:32 +0200
committerSimon Josefsson <simon@josefsson.org>2009-04-27 14:46:32 +0200
commitbea72ffce0b5b981a06eb4e80f14f10412924f6b (patch)
tree8af0ea38c56f9e0e96ad0039ba9a91b19d20890a /maint.mk
parentb85f70d2f0a20c21b2500d89c66ac56a249abf26 (diff)
downloadgnutls-bea72ffce0b5b981a06eb4e80f14f10412924f6b.tar.gz
Update gnulib files.
Diffstat (limited to 'maint.mk')
-rw-r--r--maint.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/maint.mk b/maint.mk
index 9a683a79d1..229b0dc3a5 100644
--- a/maint.mk
+++ b/maint.mk
@@ -32,7 +32,7 @@ GIT = git
VC = $(GIT)
VC-tag = git tag -s -m '$(VERSION)' -u '$(gpg_key_ID)'
-VC_LIST = $(gnulib_dir)/build-aux/vc-list-files -C $(srcdir)
+VC_LIST = $(srcdir)/build-aux/vc-list-files -C $(srcdir)
VC_LIST_EXCEPT = \
$(VC_LIST) | if test -f $(srcdir)/.x-$@; then grep -vEf $(srcdir)/.x-$@; else grep -v ChangeLog; fi
@@ -111,7 +111,7 @@ define _prohibit_regexp
endef
sc_avoid_if_before_free:
- @$(gnulib_dir)/build-aux/useless-if-before-free \
+ @$(srcdir)/build-aux/useless-if-before-free \
$(useless_free_options) \
$$($(VC_LIST_EXCEPT)) && \
{ echo '$(ME): found useless "if" before "free" above' 1>&2; \