aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Makefile
diff options
authorChris Wedgwood <cw@f00f.org>2004-08-05 19:02:36 -0700
committerLinus Torvalds <torvalds@ppc970.osdl.org>2005-04-07 21:02:38 -0700
commit8fae62236344076f8f0113ed21bedaf45ccec43d (patch)
treeaebb5fe2f17ecbbbd691723de7833653acb2858c /Makefile
parent7198299a38d14f5aed78629086fbcac7aaa42390 (diff)
downloadsparse-dev-8fae62236344076f8f0113ed21bedaf45ccec43d.tar.gz
[PATCH] sparse --- Makefile dependancy fix for check.o
check.o doesn't have LIB_H dep, trival fix below. with this you can: make clean bk -r clean make -j install and it works as expected
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 2997809d..7b576664 100644
--- a/Makefile
+++ b/Makefile
@@ -61,6 +61,7 @@ test-linearize.o: $(LIB_H)
compile.o: $(LIB_H)
compile-i386.o: $(LIB_H)
tokenize.o: $(LIB_H)
+check.o: $(LIB_H)
pre-process.h:
echo "#define GCC_INTERNAL_INCLUDE \"`$(CC) -print-file-name=include`\"" > pre-process.h