From 2f08ac2c4ca29fe4b71890d68a7c707a0c6558dd Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Thu, 24 Sep 2020 19:53:08 -0700 Subject: Makefile: stray tabs. * Makefile (lex.yy.c): Remove tabs that are being used for alignment instead of spaces. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7ff11c4d..29fc9590 100644 --- a/Makefile +++ b/Makefile @@ -272,7 +272,7 @@ lex.yy.c: $(top_srcdir)parser.l $(call ABBREV,LEX) $(call SH,rm -f $@) $(call SH, \ - if $(TXR_LEX) $(LEX_DBG_FLAGS) $< ; then \ + if $(TXR_LEX) $(LEX_DBG_FLAGS) $< ; then \ sed -e s@//.*@@ < $@ > $@.tmp ; \ mv $@.tmp $@ ; \ else \ -- cgit v1.2.3