diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2019-08-24 17:41:30 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2019-08-28 15:01:48 +0300 |
commit | 4bdf53837e010073de802070d4e6087410662d3e (patch) | |
tree | 2820d3964877d1a7d498833da325aa3d3a699353 /bootstrap.gmake | |
parent | ea24f530048cbce0c5335ca3fd3632c8ce34315a (diff) |
Move cc build system module to separate library
Diffstat (limited to 'bootstrap.gmake')
-rw-r--r-- | bootstrap.gmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap.gmake b/bootstrap.gmake index c27a965..0cafedf 100644 --- a/bootstrap.gmake +++ b/bootstrap.gmake @@ -131,7 +131,6 @@ endif # build2_sub := \ c \ -cc \ cxx libbuild2_sub := \ @@ -141,6 +140,7 @@ test/script \ test \ install \ bin \ +cc \ version \ in |