From 8d3d9abfd51b04c80fc8cd9c62e9938e96920b5e Mon Sep 17 00:00:00 2001 From: ragge Date: Sun, 9 Aug 2009 12:22:58 +0000 Subject: Add dependencies so that "make -j 42" can be run. Fixes Jira#PCC-71 submitted by Jussi Lehtola. --- Makefile.in | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3