We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
override
1 parent 55c67a3 commit f88d2c8Copy full SHA for f88d2c8
Makefile
@@ -40,7 +40,7 @@ ifndef CPPFLAGS
40
endif
41
42
ifdef FILESDIR
43
- CPPFLAGS+=-DFILESDIR=\"$(FILESDIR)\"
+ override CPPFLAGS+=-DFILESDIR=\"$(FILESDIR)\"
44
45
46
RDYNAMIC=-rdynamic
tools/dmake/dmake.cpp
@@ -599,7 +599,7 @@ int main(int argc, char **argv)
599
600
// explicit files dir..
601
fout << "ifdef FILESDIR\n"
602
- << " CPPFLAGS+=-DFILESDIR=\\\"$(FILESDIR)\\\"\n"
+ << " override CPPFLAGS+=-DFILESDIR=\\\"$(FILESDIR)\\\"\n"
603
<< "endif\n\n";
604
605
// enable backtrac
0 commit comments