summaryrefslogtreecommitdiffstats
path: root/dep.mk
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2010-01-13 12:24:00 -0800
committerKaz Kylheku <kaz@kylheku.com>2010-01-13 12:24:00 -0800
commitb839b5a212fdd77c5dc95b684d7e6790292bb3dc (patch)
tree12aa13021e6af8b1a276e6bc00f712b76ee1631a /dep.mk
parentc017faf62d69d43219f7d1d651f7a46083f8a6a4 (diff)
downloadtxr-b839b5a212fdd77c5dc95b684d7e6790292bb3dc.tar.gz
txr-b839b5a212fdd77c5dc95b684d7e6790292bb3dc.tar.bz2
txr-b839b5a212fdd77c5dc95b684d7e6790292bb3dc.zip
Impelement derivative-based regular expressions.
Diffstat (limited to 'dep.mk')
-rw-r--r--dep.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/dep.mk b/dep.mk
index 355dc989..55764b17 100644
--- a/dep.mk
+++ b/dep.mk
@@ -3,7 +3,7 @@ lex.yy.o: config.h $(top_srcdir)/lib.h y.tab.h $(top_srcdir)/gc.h $(top_srcdir)/
y.tab.o: config.h $(top_srcdir)/lib.h $(top_srcdir)/regex.h $(top_srcdir)/utf8.h $(top_srcdir)/parser.h
match.o: config.h $(top_srcdir)/lib.h $(top_srcdir)/gc.h $(top_srcdir)/unwind.h $(top_srcdir)/regex.h $(top_srcdir)/stream.h $(top_srcdir)/parser.h $(top_srcdir)/txr.h $(top_srcdir)/utf8.h $(top_srcdir)/match.h
lib.o: config.h $(top_srcdir)/lib.h $(top_srcdir)/gc.h $(top_srcdir)/hash.h $(top_srcdir)/unwind.h $(top_srcdir)/stream.h $(top_srcdir)/utf8.h
-regex.o: config.h $(top_srcdir)/lib.h $(top_srcdir)/unwind.h $(top_srcdir)/regex.h
+regex.o: config.h $(top_srcdir)/lib.h $(top_srcdir)/unwind.h $(top_srcdir)/regex.h $(top_srcdir)/txr.h
gc.o: config.h $(top_srcdir)/lib.h $(top_srcdir)/stream.h $(top_srcdir)/hash.h $(top_srcdir)/txr.h $(top_srcdir)/gc.h
unwind.o: config.h $(top_srcdir)/lib.h $(top_srcdir)/gc.h $(top_srcdir)/stream.h $(top_srcdir)/txr.h $(top_srcdir)/unwind.h
stream.o: config.h $(top_srcdir)/lib.h $(top_srcdir)/gc.h $(top_srcdir)/unwind.h $(top_srcdir)/stream.h $(top_srcdir)/utf8.h