diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2020-09-24 19:53:08 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2020-09-24 19:53:08 -0700 |
commit | 2f08ac2c4ca29fe4b71890d68a7c707a0c6558dd (patch) | |
tree | 90e3e2b9a9275e2f308c01bc5ae2320deb32c744 /Makefile | |
parent | 6c7a93c23b6eef423b799a0b081d8ccd941074de (diff) | |
download | txr-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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 \ |