Home
last modified time | relevance | path

Searched hist:"59 e564096c51a3b31c29a8813194f9e3856ff3f4" (Results 1 – 1 of 1) sorted by relevance

/libCEED/
H A DMakefile59e564096c51a3b31c29a8813194f9e3856ff3f4 Tue Dec 06 05:07:18 UTC 2022 Jed Brown <jed@jedbrown.org> Makefile: avoid creating null.d file (fix #1107)

The feature checks in the makefile used gcc -MMD -x c /dev/null, which
generates a dependency file. We need to use $(CFLAGS) because that's
where target/optimization options go, so filter out the -M arguments,
which relate to generating dependencies.

Reported-by: Veselin Dobrev