make: update dist target for renamed files

src/README.txt has been renamed in a30d61b05a, make dist is
thus failing as unable to find it.
This commit makes the dist target working again.

Signed-off-by: Luca Bruno <lucab@debian.org>
This commit is contained in:
Luca Bruno 2014-02-08 14:07:02 +01:00
parent 548b8cec19
commit 99cdabab00
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ PKG_FILES := \
$(S)man \
$(S)doc \
$(addprefix $(S)src/, \
README.txt \
README.md \
driver \
librustc \
compiletest \