From 2fb0df83e960d6b39dd43b47cc6168cad3732746 Mon Sep 17 00:00:00 2001 From: LluĂ­s Batlle i Rossell Date: Thu, 11 Mar 2010 21:22:52 +0000 Subject: 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 f5f118d052d4..2245ff3a26a8 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 -- cgit 1.4.1