From 08d94dcb3847e7a44b44b7489c31c40ecfdb1a0a Mon Sep 17 00:00:00 2001 From: wuyuechuan Date: Thu, 7 Dec 2023 11:17:18 +0800 Subject: [PATCH] =?UTF-8?q?rm=E6=96=87=E4=BB=B6=E4=B8=8D=E5=AD=98=E5=9C=A8?= =?UTF-8?q?=E6=97=B6=E4=B8=8D=E6=8A=A5=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Makefile.global.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile.global.in b/src/Makefile.global.in index 64f8385d5..4a2086fd2 100644 --- a/src/Makefile.global.in +++ b/src/Makefile.global.in @@ -1128,7 +1128,7 @@ submake-libalarmclient: submake-kwlist: $(top_srcdir)/src/include/parser/kwlist_d.h submake-kwlist-clean: - rm $(top_srcdir)/src/include/parser/kwlist_d.h + rm $(top_srcdir)/src/include/parser/kwlist_d.h -f $(top_srcdir)/src/include/parser/kwlist_d.h: $(top_srcdir)/src/include/parser/kwlist.h $(GEN_KEYWORDLIST_DEPS) $(GEN_KEYWORDLIST) --extern -o $(top_srcdir)/src/include/parser $(top_srcdir)/src/include/parser/kwlist.h