[Bash-completion-commits] [SCM] bash-completion branch, master, updated. 1.90-142-gec7fe00

Anthony Ramine nox at dev-extend.eu
Mon Feb 6 15:27:36 UTC 2012


The following commit has been merged in the master branch:
commit ec7fe0006632f2c008414bb3e8c84fa4862c962f
Author: Anthony Ramine <nox at dev-extend.eu>
Date:   Mon Feb 6 10:28:41 2012 +0100

    Properly declare 'symlinks' dependencies

diff --git a/completions/Makefile.am b/completions/Makefile.am
index 73e9eae..c3efb27 100644
--- a/completions/Makefile.am
+++ b/completions/Makefile.am
@@ -529,7 +529,7 @@ CLEANFILES = \
 	xvnc4viewer \
 	ypcat
 
-symlinks:
+symlinks: $(targetdir)
 	for file in aclocal-1.11 ; do \
 		rm -f $(targetdir)/$$file && \
 			$(LN_S) aclocal $(targetdir)/$$file ; \

-- 
bash-completion



More information about the Bash-completion-commits mailing list