Преглед изворни кода

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 <ijackson@chiark.greenend.org.uk>
pull/62/head
Ian Jackson пре 9 година
родитељ
комит
5f7dc3263b
1 измењених фајлова са 1 додато и 1 уклоњено
  1. +1
    -1
      gpio/Makefile

+ 1
- 1
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 $@


Loading…
Откажи
Сачувај