From: Ian Jackson Date: Wed, 9 Sep 2015 23:39:59 +0000 (+0000) Subject: Build system: Remove a trailing tab from gpio/Makefile X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=5f7dc3263bc2a286f1bc940c94c7e1b44c294076;p=wiringPi.git 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 --- 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 $@