Don't fail to build when building from tarballs.

Apparently fixbrokendependencies doesn't get included in the tarballs, despite being committed.
master
Cyp 2010-12-21 15:09:48 +01:00
parent 8b4318dd23
commit 4a16961c34
1 changed files with 1 additions and 1 deletions

View File

@ -48,5 +48,5 @@ dist-hook:
# Works by finding the .deps/*.Po files which refer to source files that don't exist, and replacing them with a single dependency on the correct source file.
.PHONY: fixbrokendeps
fixbrokendeps:
$(srcdir)/fixbrokendependencies
$(srcdir)/fixbrokendependencies || echo "Ignore the missing script, it's not useful when building from a tarball."
all: fixbrokendeps