diff options
| author | Linus Torvalds <torvalds@ppc970.osdl.org> | 2004-02-23 10:48:19 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-04-07 21:01:27 -0700 |
| commit | 69232905ffdbba312331fcc4a5cc9d699b601439 (patch) | |
| tree | d0519106dc18c1f9ed2c8a54d4e8eaee4a59751b /Makefile | |
| parent | 3ff0203e3ed11587df084e6e8d7a96f0f6ac041b (diff) | |
| download | sparse-dev-69232905ffdbba312331fcc4a5cc9d699b601439.tar.gz | |
Fix another missing dependency.
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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) +expand.o: $(LIB_H) linearize.o: $(LIB_H) test-lexing.o: $(LIB_H) test-parsing.o: $(LIB_H) |
