configure: Add a rule to prevent rebuilding makedep when tools are disabled.

oldstable
Alexandre Julliard 2013-11-23 15:41:15 +01:00
parent 8814727ac9
commit 6ff553d36f
2 changed files with 7 additions and 0 deletions

3
configure vendored
View File

@ -17524,6 +17524,9 @@ then
\$(CC) -Iinclude -I$srcdir/include \$(ALLCFLAGS) -o \$@ $srcdir/tools/makedep.c \$(LDFLAGS)
clean:: __clean__
\$(RM) tools/makedep$ac_exeext"
else
wine_fn_append_rule "\$(MAKEDEP):
@echo \"You need to run make in $TOOLSDIR first\" && false"
fi
if test -n "$with_wine64"

View File

@ -3525,6 +3525,10 @@ then
\$(CC) -Iinclude -I$srcdir/include \$(ALLCFLAGS) -o \$@ $srcdir/tools/makedep.c \$(LDFLAGS)
clean:: __clean__
\$(RM) tools/makedep$ac_exeext])
else
WINE_APPEND_RULE(
[\$(MAKEDEP):
@echo \"You need to run make in $TOOLSDIR first\" && false])
fi
if test -n "$with_wine64"