pmt: Fixes the deficiencies in the update in the compilation system

This commit is contained in:
2024-08-02 09:02:39 +03:00
parent 851f0aaeb2
commit ed745369fa
4 changed files with 21 additions and 21 deletions

View File

@@ -85,13 +85,13 @@ gen-ndk-makefiles:
$(eval NDK_PROG = true)
$(call save-gen-vars)
$(call gen-ndk-mfiles)
$(P) ""
@ $(P) ""
.PHONY: gen-makefiles
gen-makefiles:
$(call save-gen-vars)
$(call gen-mfiles)
$(P) ""
@ $(P) ""
.PHONY: update-ndk-makefiles
update-ndk-makefiles:
@@ -115,12 +115,12 @@ clean-ndk-makefiles:
$(eval NDK_PROG = true)
$(call save-gen-vars)
$(call clean-ndk-mfiles)
$(P) ""
@ $(P) ""
.PHONY: clean-makefiles
clean-makefiles:
$(call save-gen-vars)
$(call clean-mfiles)
$(P) ""
@ $(P) ""
# end
# end