diff options
| author | Linus Torvalds <torvalds@ppc970.osdl.org> | 2004-08-23 17:47:07 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-04-07 21:02:52 -0700 |
| commit | 8cac32587e28486b84812e256504d1bf2349350b (patch) | |
| tree | 8b344dc2af0af3cedf16ea330a9a4d87b4bc6db9 /Makefile | |
| parent | 6254f6ea7c560ad85c0bcbd273c0717a28956bd1 (diff) | |
| download | sparse-dev-8cac32587e28486b84812e256504d1bf2349350b.tar.gz | |
Add proper dependencies on compile.h
Chris Wedgwood pointed these out.
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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) |
