summaryrefslogtreecommitdiffstats
path: root/tools/fix_elf
diff options
context:
space:
mode:
Diffstat (limited to 'tools/fix_elf')
-rw-r--r--tools/fix_elf/bin/ya.make17
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 8348c8b742c..00000000000
--- 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()