summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2020-09-24 19:53:08 -0700
committerKaz Kylheku <kaz@kylheku.com>2020-09-24 19:53:08 -0700
commitcfcad85535655c5d618ed06c6343bddf19dbf8a0 (patch)
tree90e3e2b9a9275e2f308c01bc5ae2320deb32c744
parent0c70073d021627752a1fb618b91a90372d647ceb (diff)
downloadtxr-cfcad85535655c5d618ed06c6343bddf19dbf8a0.tar.gz
txr-cfcad85535655c5d618ed06c6343bddf19dbf8a0.tar.bz2
txr-cfcad85535655c5d618ed06c6343bddf19dbf8a0.zip
Makefile: stray tabs.
* Makefile (lex.yy.c): Remove tabs that are being used for alignment instead of spaces.
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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 \