diff options
author | arcadia-devtools <arcadia-devtools@yandex-team.ru> | 2022-03-15 13:35:56 +0300 |
---|---|---|
committer | arcadia-devtools <arcadia-devtools@yandex-team.ru> | 2022-03-15 13:35:56 +0300 |
commit | 094638589de6a6c9f91fad0005843fc1c1adc957 (patch) | |
tree | 7d55b9e950eb724da222548997547bf6710b1b58 /tools/fix_elf | |
parent | bc921e787bed8a51a43725b78382e806800c44c1 (diff) | |
download | ydb-094638589de6a6c9f91fad0005843fc1c1adc957.tar.gz |
intermediate changes
ref:ca7a95e8c9a9d780f96497136a152091d54e61b5
Diffstat (limited to 'tools/fix_elf')
-rw-r--r-- | tools/fix_elf/bin/ya.make | 17 | ||||
-rw-r--r-- | tools/fix_elf/ya.make | 13 |
2 files changed, 0 insertions, 30 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() diff --git a/tools/fix_elf/ya.make b/tools/fix_elf/ya.make deleted file mode 100644 index 747323d868..0000000000 --- a/tools/fix_elf/ya.make +++ /dev/null @@ -1,13 +0,0 @@ -OWNER(somov) - -IF (USE_PREBUILT_TOOLS) - INCLUDE(${ARCADIA_ROOT}/build/prebuilt/tools/fix_elf/ya.make.prebuilt) -ENDIF() - -IF (NOT PREBUILT) - INCLUDE(${ARCADIA_ROOT}/tools/fix_elf/bin/ya.make) -ENDIF() - -RECURSE( - bin -) |