blob: 46d30e8c16bceac563482df3735645402ab34277 [file] [log] [blame]
Brad Bishop2f973922019-11-11 07:58:48 -05001Subject: [PATCH] Add build rule for README.
2
3fix do_configure error:
4Makefile.am: required file `./README' not found
5
6Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com>
7---
Patrick Williams520786c2023-06-25 16:20:36 -05008Upstream-Status: Pending
9
Brad Bishop2f973922019-11-11 07:58:48 -050010 Makefile.am | 1 +
11 1 file changed, 1 insertion(+)
12
13diff --git a/Makefile.am b/Makefile.am
14index 49574a3..a5a7c2a 100644
15--- a/Makefile.am
16+++ b/Makefile.am
17@@ -26,3 +26,4 @@ libtool: $(LIBTOOL_DEPS)
18 ChangeLog:
19 git log --stat --decorate=short > $@
20
21+README: README.md
22--
232.7.4
24