mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-06-28 07:18:30 +00:00
Remove plenty of makefile misconfigurations
This commit is contained in:
parent
9172fd42a0
commit
8b469389f6
186 changed files with 1408 additions and 901 deletions
8
third_party/make/error.c
vendored
8
third_party/make/error.c
vendored
|
@ -28,7 +28,7 @@
|
|||
#include "third_party/make/stdio.h"
|
||||
|
||||
#if !_LIBC && ENABLE_NLS
|
||||
# include "third_party/make/gettext.h"
|
||||
#include "third_party/make/gettext.h"
|
||||
# define _(msgid) gettext (msgid)
|
||||
#endif
|
||||
|
||||
|
@ -38,11 +38,7 @@
|
|||
# define _GL_ATTRIBUTE_FORMAT_PRINTF(a, b)
|
||||
# define _GL_ARG_NONNULL(a)
|
||||
#else
|
||||
# include "getprogname.h"
|
||||
#endif
|
||||
|
||||
#if USE_UNLOCKED_IO
|
||||
# include "unlocked-io.h"
|
||||
#include "third_party/make/getprogname.h"
|
||||
#endif
|
||||
|
||||
#ifndef _
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue