diff options
| author | christos <christos@NetBSD.org> | 2008-05-31 16:05:20 +0000 |
|---|---|---|
| committer | christos <christos@NetBSD.org> | 2008-05-31 16:05:20 +0000 |
| commit | 8fd0026c5bd8a8976da58a311da1edcd6acbc84f (patch) | |
| tree | 0bea1975e5cc767aaee3ea40321144f479a192c5 /gnu/usr.bin | |
| parent | 594a138824d9125e311d56c9603bcc6dcc52fef7 (diff) | |
add one more dependency.
Diffstat (limited to 'gnu/usr.bin')
| -rw-r--r-- | gnu/usr.bin/gcc4/backend/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/usr.bin/gcc4/backend/Makefile b/gnu/usr.bin/gcc4/backend/Makefile index e1b21a73327..436b4409c0d 100644 --- a/gnu/usr.bin/gcc4/backend/Makefile +++ b/gnu/usr.bin/gcc4/backend/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2008/05/03 14:48:30 lukem Exp $ +# $NetBSD: Makefile,v 1.11 2008/05/31 16:05:20 christos Exp $ LIBISPRIVATE= yes @@ -294,6 +294,7 @@ insn-attrtab.o: insn-config.h insn-extract.o: insn-config.h toplev.d toplev.o: options.h coverage.d: gcov-iov.h +gcov-io.h: gcov-iov.h COPTS+=-Wno-stack-protector |
