diff options
author | alexv-smirnov <alex@ydb.tech> | 2022-08-18 16:52:30 +0300 |
---|---|---|
committer | alexv-smirnov <alex@ydb.tech> | 2022-08-18 16:52:30 +0300 |
commit | c140abc954b61ab7d86af80bdeced01482d9971a (patch) | |
tree | c47d70fa3213240d5e0eb59787a5325782a360de /tools/fix_elf | |
parent | 0ce07b9705ed20e3fce2759eae41496014ca4c33 (diff) | |
download | ydb-c140abc954b61ab7d86af80bdeced01482d9971a.tar.gz |
temp fix ydb oss sync config to unlock sync on /vendor dependency
Diffstat (limited to 'tools/fix_elf')
-rw-r--r-- | tools/fix_elf/bin/ya.make | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/tools/fix_elf/bin/ya.make b/tools/fix_elf/bin/ya.make deleted file mode 100644 index 8348c8b742..0000000000 --- a/tools/fix_elf/bin/ya.make +++ /dev/null @@ -1,17 +0,0 @@ -OWNER(somov) - -PROGRAM(fix_elf) - -SRCDIR( - tools/fix_elf -) - -SRCS( - patch.cpp -) - -PEERDIR( - library/cpp/getopt/small -) - -END() |