summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorragge <ragge>2009-08-09 12:22:58 +0000
committerragge <ragge>2009-08-09 12:22:58 +0000
commit8d3d9abfd51b04c80fc8cd9c62e9938e96920b5e (patch)
tree47057c41bd888a42e14fcd6bb394271fd9fa0255
parentfd4532236db50a0a12ff70db09b1ec4e64a02ba2 (diff)
Add dependencies so that "make -j 42" can be run. Fixes Jira#PCC-71
submitted by Jussi Lehtola.
-rw-r--r--Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index ef1e25a..37b677b 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -57,6 +57,7 @@ compat.o: $(MIPDIR)/compat.c
$(OBJS): $(HEADERS)
cpp.o: cpy.o
+token.o: cpy.o
test:
./cpp < tests/test1 > tests/run1