Set NOSHARED conditionally.

This commit is contained in:
David E. O'Brien 2002-04-04 00:50:14 +00:00
parent fe7e92414e
commit 51b5a2f445
3 changed files with 3 additions and 3 deletions

View file

@ -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.

View file

@ -10,7 +10,7 @@ SRCS= objc-parse.c c-parse.h objc-act.c
SRCS+= c-decl.c c-lex.c
BINDIR= /usr/libexec
NOMAN= 1
NOSHARED=yes
NOSHARED?=yes
CFLAGS+= -I${GCCDIR}/objc -I.

View file

@ -11,7 +11,7 @@ SRCS+= call.c class.c cvt.c decl.c decl2.c errfn.c error.c except.c expr.c \
search.c semantics.c sig.c spew.c tree.c typeck.c typeck2.c xref.c
BINDIR= /usr/libexec
NOMAN= 1
NOSHARED=yes
NOSHARED?=yes
CFLAGS+= -I${GCCDIR}/cp -I.