Flatten GNU Make directory structure

This commit is contained in:
Justine Tunney 2022-04-06 00:22:54 -07:00
parent 04d39d47f1
commit 58d74ede4c
113 changed files with 241 additions and 7671 deletions

5
third_party/make/unistd.c vendored Normal file
View file

@ -0,0 +1,5 @@
/* clang-format off */
#include "third_party/make/config.h"
#define _GL_UNISTD_INLINE _GL_EXTERN_INLINE
#include "third_party/make/unistd.h"
typedef int dummy;