summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2009-10-30 16:37:29 -0800
committerKaz Kylheku <kaz@kylheku.com>2009-10-30 16:46:33 -0800
commitd79ac8185c3533a5ea89c4a7e12b01f64f349e30 (patch)
tree5a5ff69c42dde8055a373337efa0e12d98e1b868
parenta4054e21a03f6c388aa7c8ff79eefc8f36bd3f76 (diff)
downloadtxr-d79ac8185c3533a5ea89c4a7e12b01f64f349e30.tar.gz
txr-d79ac8185c3533a5ea89c4a7e12b01f64f349e30.tar.bz2
txr-d79ac8185c3533a5ea89c4a7e12b01f64f349e30.zip
Update make dependencies.
-rw-r--r--ChangeLog4
-rw-r--r--dep.mk6
2 files changed, 7 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 116e74b2..44074225 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2009-10-17 Kaz Kylheku <kkylheku@gmail.com>
+ * deps.mk: Updated.
+
+2009-10-17 Kaz Kylheku <kkylheku@gmail.com>
+
Version 018
Bugfixes: mistakes in debugging calls; infinite looping
diff --git a/dep.mk b/dep.mk
index 80e48327..b7b76fce 100644
--- a/dep.mk
+++ b/dep.mk
@@ -1,9 +1,9 @@
lib.o: lib.h gc.h unwind.h stream.h
-lex.yy.o: y.tab.h lib.h gc.h parser.h
+lex.yy.o: y.tab.h lib.h gc.h stream.h parser.h
regex.o: lib.h unwind.h regex.h
y.tab.o: lib.h regex.h parser.h
-unwind.o: lib.h gc.h stream.h unwind.h
+unwind.o: lib.h gc.h stream.h txr.h unwind.h
txr.o: lib.h stream.h gc.h unwind.h parser.h match.h txr.h
match.o: lib.h gc.h unwind.h regex.h stream.h parser.h txr.h match.h
-stream.o: lib.h gc.h stream.h
+stream.o: lib.h gc.h unwind.h stream.h
gc.o: lib.h stream.h txr.h gc.h