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.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/bin2c/Makefile.am b/src/bin2c/Makefile.am
index bdd58808a159..f5f118d052d4 100644
--- a/src/bin2c/Makefile.am
+++ b/src/bin2c/Makefile.am
@@ -1,3 +1,6 @@
 noinst_PROGRAMS = bin2c
 
 bin2c_SOURCES = bin2c.c
+
+bin2c: bin2c.c
+       $(CC_FOR_BUILD) $(CFLAGS_FOR_BUILD) -o bin2c bin2c.c