Fix separate-objdir build

git-svn-id: svn://10.0.0.236/trunk@36342 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
akkana%netscape.com 1999-06-22 21:38:39 +00:00
parent 1beb5db8a0
commit 2a8ea00a4e
2 changed files with 6 additions and 0 deletions

View File

@ -51,4 +51,7 @@ EXTRA_DSO_LDOPTS = \
include $(topsrcdir)/config/config.mk
# force the creation of a static lib.
override NO_STATIC_LIB=
include $(topsrcdir)/config/rules.mk

View File

@ -32,6 +32,9 @@ CSRCS = reg.c VerReg.c vr_stubs.c
BIN_SRCS = VerReg.c reg.c vr_stubs.c
BIN_OBJS = $(addprefix $(OBJDIR)/R_,$(BIN_SRCS:.c=.o))
# force the creation of a static lib.
override NO_STATIC_LIB=
include $(topsrcdir)/config/rules.mk
# Override gtscc when building vreg on IRIX 5.3.