Properly declare 'symlinks' dependencies

This commit is contained in:
Anthony Ramine 2012-02-06 10:28:41 +01:00
parent 98f90ebdf8
commit ec7fe00066

View File

@ -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 ; \