mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 14:16:07 -06:00
umk: Makefile generation fixed issue with .bm
This commit is contained in:
parent
546a9995c9
commit
3bc5035698
1 changed files with 2 additions and 2 deletions
|
|
@ -120,9 +120,9 @@ void CppBuilder::AddMakeFile(MakeFile& makefile, String package,
|
|||
}
|
||||
|
||||
makefile.config << outdir << " = $(UPPOUT)"
|
||||
<< GetMakePath(AdjustMakePath(String().Cat() << package << '/' << method << '-' << Join(x, "-") << '/')) << "\n"
|
||||
<< GetMakePath(AdjustMakePath(String().Cat() << package << '/' << GetFileTitle(method) << '-' << Join(x, "-") << '/')) << "\n"
|
||||
<< macros << " = " << macdef << "\n";
|
||||
|
||||
|
||||
makefile.install << " \\\n\t$(" << outdir << ")";
|
||||
makefile.rules << "$(" << outdir << "):\n\tmkdir -p $(" << outdir << ")\n\n";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue