[vim] 01/03: d/rules: Ensure config.mk exists before running autoconf

James McCoy jamessan at debian.org
Mon Sep 25 02:04:48 UTC 2017


This is an automated email from the git hooks/post-receive script.

jamessan pushed a commit to branch debian/sid
in repository vim.

commit 890893b635c538404cdae40cdbcdbf8b3f478b76
Author: James McCoy <jamessan at debian.org>
Date:   Sun Sep 24 14:01:10 2017 -0400

    d/rules: Ensure config.mk exists before running autoconf
    
    Signed-off-by: James McCoy <jamessan at debian.org>
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 898d673..d07a2e1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -234,7 +234,7 @@ build-stamp-xxd: build-stamp-vim-basic
 	$(MAKE) -C src/vim-basic xxd/xxd
 	touch $@
 
-autoconf-stamp:
+autoconf-stamp: src/auto/config.mk
 	dh_testdir
 	[ -f debian/configure.dist ] || cp src/auto/configure debian/configure.dist
 # The autoconf target generates a new configure, and touches some other

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-vim/vim.git



More information about the pkg-vim-maintainers mailing list