You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by sp...@apache.org on 2021/10/14 11:44:22 UTC

[apisix] branch master updated: fix: remove unexpected install target (#5235)

This is an automated email from the ASF dual-hosted git repository.

spacewander pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix.git


The following commit(s) were added to refs/heads/master by this push:
     new 0e7ff54  fix: remove unexpected install target (#5235)
0e7ff54 is described below

commit 0e7ff54e6e7ef44bee85d9f38752486d9c104921
Author: Yujia Qiao <co...@rapiz.me>
AuthorDate: Thu Oct 14 19:44:16 2021 +0800

    fix: remove unexpected install target (#5235)
---
 Makefile | 1 -
 1 file changed, 1 deletion(-)

diff --git a/Makefile b/Makefile
index d172357..dbdd6d7 100644
--- a/Makefile
+++ b/Makefile
@@ -325,7 +325,6 @@ install: runtime
 	$(INSTALL) -d $(INST_LUADIR)/apisix/utils
 	$(INSTALL) apisix/utils/*.lua $(INST_LUADIR)/apisix/utils/
 
-	$(INSTALL) README.md $(INST_CONFDIR)/README.md
 	$(INSTALL) bin/apisix $(INST_BINDIR)/apisix
 
 	$(INSTALL) -d $(INST_LUADIR)/apisix/plugins/slslog