diff options
| author | Linus Torvalds <torvalds@ppc970.osdl.org> | 2004-09-03 20:31:33 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-04-07 21:03:04 -0700 |
| commit | 163c1e44db7c5c330276d7b0f5082eb087b7db30 (patch) | |
| tree | c425542347fe86c16f2b7b5cc5ce5e1225707cb3 /Makefile | |
| parent | 5854ea8719ca853161fe2765ff3e52605b3e2ce0 (diff) | |
| download | sparse-dev-163c1e44db7c5c330276d7b0f5082eb087b7db30.tar.gz | |
Add dependancy information for the new ident-list.h
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -6,7 +6,8 @@ AR=ar PREFIX=$(HOME) PROGRAMS=test-lexing test-parsing obfuscate check compile test-linearize -LIB_H= token.h parse.h lib.h symbol.h scope.h expression.h target.h linearize.h bitmap.h +LIB_H= token.h parse.h lib.h symbol.h scope.h expression.h target.h \ + linearize.h bitmap.h ident-list.h LIB_OBJS= target.o parse.o tokenize.o pre-process.o symbol.o lib.o scope.o \ expression.o show-parse.o evaluate.o expand.o inline.o linearize.o |
