summaryrefslogtreecommitdiffstats
path: root/Makefile
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
commit2f08ac2c4ca29fe4b71890d68a7c707a0c6558dd (patch)
tree90e3e2b9a9275e2f308c01bc5ae2320deb32c744 /Makefile
parent6c7a93c23b6eef423b799a0b081d8ccd941074de (diff)
downloadtxr-2f08ac2c4ca29fe4b71890d68a7c707a0c6558dd.tar.gz
txr-2f08ac2c4ca29fe4b71890d68a7c707a0c6558dd.tar.bz2
txr-2f08ac2c4ca29fe4b71890d68a7c707a0c6558dd.zip
Makefile: stray tabs.
* Makefile (lex.yy.c): Remove tabs that are being used for alignment instead of spaces.
Diffstat (limited to 'Makefile')
-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 \