about summary refs log tree commit diff
path: root/src/bin2c/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/bin2c/Makefile.am')
-rw-r--r--src/bin2c/Makefile.am6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/bin2c/Makefile.am b/src/bin2c/Makefile.am
deleted file mode 100644
index bba3c3e3ac56..000000000000
--- a/src/bin2c/Makefile.am
+++ /dev/null
@@ -1,6 +0,0 @@
-noinst_PROGRAMS = bin2c
-
-bin2c_SOURCES = bin2c.c
-
-bin2c$(EXEEXT): bin2c.c
-	$(CC_FOR_BUILD) $(CFLAGS_FOR_BUILD) -o bin2c bin2c.c