We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
emptyString
1 parent 0636202 commit 09093a3Copy full SHA for 09093a3
tools/dmake/dmake.cpp
@@ -570,7 +570,7 @@ int main(int argc, char **argv)
570
fout << "# To compile with rules, use 'make HAVE_RULES=yes'\n";
571
makeConditionalVariable(fout, "HAVE_RULES", "");
572
573
- makeMatchcompiler(fout, emptyString, emptyString);
+ makeMatchcompiler(fout, "", "");
574
575
// avoid undefined variable
576
fout << "ifndef CPPFLAGS\n"
@@ -839,7 +839,7 @@ int main(int argc, char **argv)
839
compilefiles(fout, libfiles_prio, "${INCLUDE_FOR_LIB}");
840
compilefiles(fout, clifiles, "${INCLUDE_FOR_CLI}");
841
compilefiles(fout, testfiles, "${INCLUDE_FOR_TEST}");
842
- compilefiles(fout, extfiles, emptyString);
+ compilefiles(fout, extfiles, "");
843
compilefiles(fout, toolsfiles, "${INCLUDE_FOR_LIB}");
844
845
write_ossfuzz_makefile(libfiles_prio, extfiles);
0 commit comments