diff options
| author | Chris Wedgwood <cw@f00f.org> | 2004-08-05 19:02:36 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-04-07 21:02:38 -0700 |
| commit | 8fae62236344076f8f0113ed21bedaf45ccec43d (patch) | |
| tree | aebb5fe2f17ecbbbd691723de7833653acb2858c /Makefile | |
| parent | 7198299a38d14f5aed78629086fbcac7aaa42390 (diff) | |
| download | sparse-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-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |
