From 2fb0df83e960d6b39dd43b47cc6168cad3732746 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Llu=C3=ADs=20Batlle=20i=20Rossell?= Date: Thu, 11 Mar 2010 21:22:52 +0000 Subject: [PATCH] Uh. somehow a Makefile tab got in as spaces. Fixing. --- src/bin2c/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin2c/Makefile.am b/src/bin2c/Makefile.am index f5f118d05..2245ff3a2 100644 --- a/src/bin2c/Makefile.am +++ b/src/bin2c/Makefile.am @@ -3,4 +3,4 @@ noinst_PROGRAMS = bin2c bin2c_SOURCES = bin2c.c bin2c: bin2c.c - $(CC_FOR_BUILD) $(CFLAGS_FOR_BUILD) -o bin2c bin2c.c + $(CC_FOR_BUILD) $(CFLAGS_FOR_BUILD) -o bin2c bin2c.c