aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Makefile
diff options
authorLinus Torvalds <torvalds@ppc970.osdl.org>2004-08-23 17:47:07 -0700
committerLinus Torvalds <torvalds@ppc970.osdl.org>2005-04-07 21:02:52 -0700
commit8cac32587e28486b84812e256504d1bf2349350b (patch)
tree8b344dc2af0af3cedf16ea330a9a4d87b4bc6db9 /Makefile
parent6254f6ea7c560ad85c0bcbd273c0717a28956bd1 (diff)
downloadsparse-dev-8cac32587e28486b84812e256504d1bf2349350b.tar.gz
Add proper dependencies on compile.h
Chris Wedgwood pointed these out.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 7b576664..0bc98b1a 100644
--- a/Makefile
+++ b/Makefile
@@ -58,8 +58,8 @@ linearize.o: $(LIB_H)
test-lexing.o: $(LIB_H)
test-parsing.o: $(LIB_H)
test-linearize.o: $(LIB_H)
-compile.o: $(LIB_H)
-compile-i386.o: $(LIB_H)
+compile.o: $(LIB_H) compile.h
+compile-i386.o: $(LIB_H) compile.h
tokenize.o: $(LIB_H)
check.o: $(LIB_H)