forked from OSchip/llvm-project
Fix make invocation to pass in the correct source file
This commit is contained in:
parent
00d36f61ad
commit
1910eeb59f
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue