diff options
| author | Linus Torvalds <torvalds@ppc970.osdl.org> | 2004-09-29 13:50:01 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-04-07 21:03:25 -0700 |
| commit | 2f41db312c29a293866cbd343bc2f76bfe903e62 (patch) | |
| tree | 4389c7b9ddf97f064a5ea61ed11fae3f965ba3d7 /Makefile | |
| parent | fca17a5e7fa397ad37a4150e4482ed09a6dee5d9 (diff) | |
| parent | c65d719b26dacd677d0feb454a024aba307cb7db (diff) | |
| download | sparse-dev-2f41db312c29a293866cbd343bc2f76bfe903e62.tar.gz | |
Automerge
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 \ |
