From 5f7dc3263bc2a286f1bc940c94c7e1b44c294076 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Wed, 9 Sep 2015 23:39:59 +0000 Subject: [PATCH] Build system: Remove a trailing tab from gpio/Makefile emacs complains about this line, because it thinks lines with just a tab on in Makefiles are suspicious. Remove the needless tab. No functional change. Signed-off-by: Ian Jackson --- gpio/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gpio/Makefile b/gpio/Makefile index 09a9cc9..82416a7 100644 --- a/gpio/Makefile +++ b/gpio/Makefile @@ -54,7 +54,7 @@ version.h: ../VERSION gpio: $(OBJ) $Q echo [Link] $Q $(CC) -o $@ $(OBJ) $(LDFLAGS) $(LIBS) - + .c.o: $Q echo [Compile] $< $Q $(CC) -c $(CFLAGS) $< -o $@ -- 2.30.2