mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-10-27 03:16:44 +00:00
get make to build
This commit is contained in:
parent
7a50dba812
commit
3616f2a432
64 changed files with 9683 additions and 212 deletions
5
third_party/make/lib/error.c
vendored
5
third_party/make/lib/error.c
vendored
|
|
@ -18,10 +18,11 @@
|
|||
/* Written by David MacKenzie <djm@gnu.ai.mit.edu>. */
|
||||
|
||||
#if !_LIBC
|
||||
# include <config.h>
|
||||
#include "third_party/make/src/config.h"
|
||||
#endif
|
||||
|
||||
#include "error.h"
|
||||
#include "third_party/make/lib/error.h"
|
||||
#include "third_party/make/lib/stdio.h"
|
||||
|
||||
#include <stdarg.h>
|
||||
#include <stdio.h>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue