aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Makefile
diff options
authorChristopher Li <sparse@chrisli.org>2004-09-04 11:35:39 -0700
committerLinus Torvalds <torvalds@ppc970.osdl.org>2005-04-07 21:03:04 -0700
commitf703d3fbccc99120e4b14e2722e82f67f882b159 (patch)
treeacd3450281b1f0fdcd67711bbbef089703562123 /Makefile
parent163c1e44db7c5c330276d7b0f5082eb087b7db30 (diff)
downloadsparse-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--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index f2ec79e8..083a2dcc 100644
--- a/Makefile
+++ b/Makefile
@@ -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