diff options
author | Simon Josefsson <simon@josefsson.org> | 2009-04-27 14:46:32 +0200 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2009-04-27 14:46:32 +0200 |
commit | bea72ffce0b5b981a06eb4e80f14f10412924f6b (patch) | |
tree | 8af0ea38c56f9e0e96ad0039ba9a91b19d20890a /maint.mk | |
parent | b85f70d2f0a20c21b2500d89c66ac56a249abf26 (diff) | |
download | gnutls-bea72ffce0b5b981a06eb4e80f14f10412924f6b.tar.gz |
Update gnulib files.
Diffstat (limited to 'maint.mk')
-rw-r--r-- | maint.mk | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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; \ |