From dfc93f894087d99b6b0ff1976b450d3d3d41cd2b Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Sun, 29 Aug 2021 09:30:47 -0700 Subject: Makefile: whitespace fix. * Makefile (SRCS): Fix mixture of tabs and spaces, and bad alignment, reported by Paul A. Patience. --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 077870fa..a05ee4df 100644 --- a/Makefile +++ b/Makefile @@ -76,10 +76,10 @@ STDLIB_LATE_TLOS := $(filter-out $(STDLIB_EARLY_TLOS),$(STDLIB_TLOS)) ifneq ($(have_git),) SRCS := $(addprefix $(top_srcdir),\ $(filter-out lex.yy.c y.tab.c y.tab.h,\ - $(shell git $(if $(top_srcdir), \ - --work-tree=$(top_srcdir)) \ + $(shell git $(if $(top_srcdir),\ + --work-tree=$(top_srcdir)) \ --git-dir=$(top_srcdir).git \ - ls-files "*.c" "*.h" "*.l" "*.y"))) + ls-files "*.c" "*.h" "*.l" "*.y"))) endif SHIPPED := lex.yy.c y.tab.c y.tab.h -- cgit v1.2.3