From 9313a8ec4a5fe65f19749a7059d1f4f0727ab134 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ya=C4=9F=C4=B1z=20Zengin?= Date: Fri, 2 Aug 2024 17:54:52 +0300 Subject: [PATCH] pmt: fix problem in makefile build system --- build/main.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/main.mk b/build/main.mk index 778abe8..2bca4d3 100755 --- a/build/main.mk +++ b/build/main.mk @@ -15,7 +15,7 @@ # limitations under the License. UPDATE_MAKEFILES = false -CLS_ADTS := "rm -f $(BUILD)/bash/additional-vars" +CLS_ADTS := rm -f $(BUILD)/bash/additional-vars all: $(MAKE_HIDE) $(SILENT) -C $(BUILD)/config || exit 1