diff options
| author | Linus Torvalds <torvalds@ppc970.osdl.org> | 2004-09-27 17:38:49 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-04-07 21:03:24 -0700 |
| commit | c65d719b26dacd677d0feb454a024aba307cb7db (patch) | |
| tree | c80ff2a8553cb47d66559c9833510c025c7df1ac /Makefile | |
| parent | 6719992800898295b20ed7969e62b3b6bd5f79fc (diff) | |
| download | sparse-dev-c65d719b26dacd677d0feb454a024aba307cb7db.tar.gz | |
Add new "compat.h" header file to lib dependencies list.
Noted by Chris Wedgwood.
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,7 @@ 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 ident-list.h + linearize.h bitmap.h ident-list.h compat.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 \ |
