about summary refs log tree commit diff
path: root/src/bin2c
diff options
context:
space:
mode:
authorLluís Batlle i Rossell <viric@vicerveza.homeunix.net>2010-03-11T21·22+0000
committerLluís Batlle i Rossell <viric@vicerveza.homeunix.net>2010-03-11T21·22+0000
commit2fb0df83e960d6b39dd43b47cc6168cad3732746 (patch)
treedcac582b235ee0e66a4398e25a83da3328b74dbd /src/bin2c
parent13cce8ec45fd59bd8a1f1101a92576796cba97d2 (diff)
Uh. somehow a Makefile tab got in as spaces. Fixing.
Diffstat (limited to 'src/bin2c')
-rw-r--r--src/bin2c/Makefile.am2
1 files changed, 1 insertions, 1 deletions
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