diff options
| author | Christopher Li <sparse@chrisli.org> | 2004-09-04 11:35:39 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-04-07 21:03:04 -0700 |
| commit | f703d3fbccc99120e4b14e2722e82f67f882b159 (patch) | |
| tree | acd3450281b1f0fdcd67711bbbef089703562123 /Makefile | |
| parent | 163c1e44db7c5c330276d7b0f5082eb087b7db30 (diff) | |
| download | sparse-dev-f703d3fbccc99120e4b14e2722e82f67f882b159.tar.gz | |
[PATCH] more on fixing dependency
I hit some SEGV turn out to dependency related.
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -56,6 +56,8 @@ show-parse.o: $(LIB_H) symbol.o: $(LIB_H) expand.o: $(LIB_H) linearize.o: $(LIB_H) +inline.o: $(LIB_H) +target.o: $(LIB_H) test-lexing.o: $(LIB_H) test-parsing.o: $(LIB_H) test-linearize.o: $(LIB_H) @@ -63,6 +65,7 @@ compile.o: $(LIB_H) compile.h compile-i386.o: $(LIB_H) compile.h tokenize.o: $(LIB_H) check.o: $(LIB_H) +obfuscate.o: $(LIB_H) pre-process.h: echo "#define GCC_INTERNAL_INCLUDE \"`$(CC) -print-file-name=include`\"" > pre-process.h |
