diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2002-04-04 00:50:14 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2002-04-04 00:50:14 +0000 |
| commit | 51b5a2f445c7b6a42a3a5a059d6a3c8357920aba (patch) | |
| tree | af9a43ecfe45a0dcae751b0bb76d2b5f69549e70 /gnu/usr.bin/cc/cc1 | |
| parent | fe7e92414efe26f454f7e0e1b5b28ade443398bb (diff) | |
Notes
Diffstat (limited to 'gnu/usr.bin/cc/cc1')
| -rw-r--r-- | gnu/usr.bin/cc/cc1/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/cc/cc1/Makefile b/gnu/usr.bin/cc/cc1/Makefile index 22ca8643b321..3f25fbb960bd 100644 --- a/gnu/usr.bin/cc/cc1/Makefile +++ b/gnu/usr.bin/cc/cc1/Makefile @@ -10,7 +10,7 @@ SRCS= c-parse.c c-parse.h c-lang.c SRCS+= c-decl.c c-lex.c BINDIR= /usr/libexec NOMAN= 1 -NOSHARED=yes +NOSHARED?=yes CFLAGS+= -I. |
