diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2006-01-14 20:48:50 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2006-01-14 20:48:50 +0000 |
| commit | 68659d4b5dbdbb2134ba5ad1223aca1fb39ec9b6 (patch) | |
| tree | 5f70f01a2b60faf672a0822bff80473d64d3308b /gnu | |
| parent | 6a61c14ee198800ed5cd8f9303cf81640070413f (diff) | |
Notes
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/usr.bin/cc/cc_int/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/usr.bin/cc/cc_int/Makefile b/gnu/usr.bin/cc/cc_int/Makefile index c45565185d336..5c945c54d0f60 100644 --- a/gnu/usr.bin/cc/cc_int/Makefile +++ b/gnu/usr.bin/cc/cc_int/Makefile @@ -67,7 +67,8 @@ SRCS+= cpplib.c cpplex.c cppmacro.c cppexp.c cppfiles.c cpptrad.c \ SRCS+= insn-$F.c CLEANFILES+= insn-$F.c insn-$F.c: ${.OBJDIR}/../cc_tools/gen$F ${MD_FILE} - ${.OBJDIR}/../cc_tools/gen$F ${MD_FILE} > insn-$F.c + ${.OBJDIR}/../cc_tools/gen$F ${MD_FILE} > insn-$F.c \ + ${.MAKEFLAGS:M-s:S;-s;2>/dev/null;} .endfor .for F in modes SRCS+= insn-$F.c |
