From 1910eeb59f38f32a3ab25e3fb6f555cb35f4e5ed Mon Sep 17 00:00:00 2001 From: Adrian Prantl Date: Mon, 12 Sep 2022 16:36:46 -0700 Subject: [PATCH] Fix make invocation to pass in the correct source file --- lldb/test/API/macosx/lc-note/firmware-corefile/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lldb/test/API/macosx/lc-note/firmware-corefile/Makefile b/lldb/test/API/macosx/lc-note/firmware-corefile/Makefile index 0502011..4d798fc 100644 --- a/lldb/test/API/macosx/lc-note/firmware-corefile/Makefile +++ b/lldb/test/API/macosx/lc-note/firmware-corefile/Makefile @@ -6,6 +6,6 @@ all: a.out create-empty-corefile create-empty-corefile: "$(MAKE)" -f "$(MAKEFILE_RULES)" EXE=create-empty-corefile \ - C_SOURCES=create-empty-corefile.c + CXX=$(CC) CXX_SOURCES=create-empty-corefile.cpp include Makefile.rules -- 2.7.4