pmt: fix problem in makefile build system

This commit is contained in:
2024-08-02 17:54:52 +03:00
committed by GitHub
parent 512d35737b
commit 9313a8ec4a

View File

@@ -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