Following up from https://github.com/llvm/llvm-project/pull/112342, we roll out the fix and quote nested `make` invocations in all API tests.
10 lines
138 B
Makefile
10 lines
138 B
Makefile
C_SOURCES := main.c
|
|
|
|
all: a.out simple
|
|
|
|
include Makefile.rules
|
|
|
|
simple:
|
|
"$(MAKE)" -f $(MAKEFILE_RULES) \
|
|
C_SOURCES=simple.c EXE=simple
|