summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2015-08-15 18:37:11 -0700
committerKaz Kylheku <kaz@kylheku.com>2015-08-15 18:37:11 -0700
commit4ea8afab7038188cc6e7186230188362006a2820 (patch)
tree3bc2b47887906256b0cdfd7c0e6e6a16301e271f /Makefile
parent2473b41e244212a7e841ce7f791ce4566adbede7 (diff)
downloadtxr-4ea8afab7038188cc6e7186230188362006a2820.tar.gz
txr-4ea8afab7038188cc6e7186230188362006a2820.tar.bz2
txr-4ea8afab7038188cc6e7186230188362006a2820.zip
Whitespace.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9a4c423d..8c33a7b3 100644
--- a/Makefile
+++ b/Makefile
@@ -185,7 +185,7 @@ $(call DEP,$(OBJS) $(EXTRA_OBJS-y),\
$(conf_dir)/config.make $(conf_dir)/config.h)
$(eval $(foreach item,lex.yy.o txr.o match.o parser.o,\
- $(call DEP,opt/$(item) dbg/$(item),y.tab.h)))
+ $(call DEP,opt/$(item) dbg/$(item),y.tab.h)))
lex.yy.c: $(top_srcdir)parser.l $(conf_dir)/config.make $(conf_dir)/config.h
$(call ABBREV,LEX)