diff options
author | thegeorg <thegeorg@yandex-team.com> | 2024-10-06 13:44:07 +0300 |
---|---|---|
committer | thegeorg <thegeorg@yandex-team.com> | 2024-10-06 13:54:21 +0300 |
commit | 07a2f2cdaa71488c6f6bb847eaa248aa09f52921 (patch) | |
tree | 4cff8ca4ea928468157faa3ec5a465d1e13aab79 /build/sysincl/misc.yml | |
parent | 52aed29f744afda4549ef5d64acd0fa8c2092789 (diff) | |
download | ydb-07a2f2cdaa71488c6f6bb847eaa248aa09f52921.tar.gz |
contrib/tools/m4: Lay configs out in yamaker style
commit_hash:50f038568eec3c70847921699053655c691e7487
Diffstat (limited to 'build/sysincl/misc.yml')
-rw-r--r-- | build/sysincl/misc.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/build/sysincl/misc.yml b/build/sysincl/misc.yml index e79e373ab6..19eef55002 100644 --- a/build/sysincl/misc.yml +++ b/build/sysincl/misc.yml @@ -59,8 +59,7 @@ - source_filter: "^contrib/tools/m4/" includes: - error.h: contrib/tools/m4/lib/error.h - - fcntl.h: contrib/tools/m4/lib/platform/posix/fcntl.h - - getopt.h: contrib/tools/m4/lib/platform/posix/getopt.h + - fcntl.h: contrib/tools/m4/lib/fcntl.h - obstack.h: contrib/tools/m4/lib/obstack.h - regex.h: contrib/tools/m4/lib/regex.h - system.h |