mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-10-28 11:52:56 +00:00
get make to build
This commit is contained in:
parent
7a50dba812
commit
3616f2a432
64 changed files with 9683 additions and 212 deletions
10
third_party/make/lib/xalloc-die.c
vendored
10
third_party/make/lib/xalloc-die.c
vendored
|
|
@ -16,16 +16,16 @@
|
|||
You should have received a copy of the GNU General Public License
|
||||
along with this program. If not, see <https://www.gnu.org/licenses/>. */
|
||||
|
||||
#include <config.h>
|
||||
#include "third_party/make/src/config.h"
|
||||
|
||||
#include "xalloc.h"
|
||||
#include "third_party/make/lib/xalloc.h"
|
||||
|
||||
#include <stdlib.h>
|
||||
|
||||
#include "error.h"
|
||||
#include "exitfail.h"
|
||||
#include "third_party/make/lib/error.h"
|
||||
#include "third_party/make/lib/exitfail.h"
|
||||
|
||||
#include "gettext.h"
|
||||
#include "third_party/make/src/gettext.h"
|
||||
#define _(msgid) gettext (msgid)
|
||||
|
||||
void
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue