aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Makefile
diff options
authorLinus Torvalds <torvalds@ppc970.osdl.org>2004-02-23 01:55:14 -0700
committerLinus Torvalds <torvalds@ppc970.osdl.org>2005-04-07 21:01:26 -0700
commit0e27c2ad2357ecf7f435a793abf088a8eb690548 (patch)
tree2ae73b286b523ae6ce39e86fefd997e4190f4317 /Makefile
parent60546523cdf5e9e89554b2361a32c83b04a5853a (diff)
downloadsparse-dev-0e27c2ad2357ecf7f435a793abf088a8eb690548.tar.gz
Fix dependencies
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index fe5a5791..dd6f7b2c 100644
--- a/Makefile
+++ b/Makefile
@@ -53,6 +53,7 @@ pre-process.o: $(LIB_H) pre-process.h
scope.o: $(LIB_H)
show-parse.o: $(LIB_H)
symbol.o: $(LIB_H)
+linearize.o: $(LIB_H)
test-lexing.o: $(LIB_H)
test-parsing.o: $(LIB_H)
test-linearize.o: $(LIB_H)