Skip to content

Commit 99cdaba

Browse files
committed
make: update dist target for renamed files
src/README.txt has been renamed in a30d61b, make dist is thus failing as unable to find it. This commit makes the dist target working again. Signed-off-by: Luca Bruno <[email protected]>
1 parent 548b8ce commit 99cdaba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mk/dist.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ PKG_FILES := \
2626
$(S)man \
2727
$(S)doc \
2828
$(addprefix $(S)src/, \
29-
README.txt \
29+
README.md \
3030
driver \
3131
librustc \
3232
compiletest \

0 commit comments

Comments
 (0)