Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 26372a2a authored by Ying Wang's avatar Ying Wang
Browse files

Revert "We still use acp in copy-file-to-target in this branch."

This reverts commit 8e770bc6.

Change-Id: Id3c89ae403db7ae4373b8325bd1cb70e478431d3
parent fc2b0a74
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -700,7 +700,7 @@ endif
proto_intermediate_dir := $(intermediates)/proto
proto_intermediate_cpps := $(patsubst $(proto_gen_dir)/%,$(proto_intermediate_dir)/%,\
    $(proto_generated_cpps))
$(proto_intermediate_cpps) : $(proto_intermediate_dir)/% : $(proto_gen_dir)/% | $(ACP)
$(proto_intermediate_cpps) : $(proto_intermediate_dir)/% : $(proto_gen_dir)/%
	@echo "Copy: $@"
	$(copy-file-to-target)
	$(hide) cp $(basename $<).h $(basename $@).h