Remove OpenVMS specific code, its no longer needed

git-svn-id: svn://10.0.0.236/trunk@47968 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
colin%theblakes.com
1999-09-17 11:53:11 +00:00
parent 4509536a7e
commit 6c71031eb2

View File

@@ -278,14 +278,6 @@ ifdef HOST_NSPR_MDCPUCFG
HOST_CC := $(HOST_CC) -DMDCPUCFG=$(TARGET_NSPR_MDCPUCFG)
endif
ifeq ($(OS_ARCH),OpenVMS)
# force a posix build for OpenVMS
jscpucfg.o: jscpucfg.c
c89 -c -o $@ $<
jscpucfg: jscpucfg.o
c89 -o $@ $<
else
ifeq ($(OS_ARCH),QNX)
ifneq ($(OS_TARGET),NTO)
# QNX's compiler apparently can't build a binary directly from a source file.
@@ -299,7 +291,6 @@ else
jscpucfg: jscpucfg.c
$(HOST_CC) $(DEFINES) $(NSPR_CFLAGS) -o $@ $<
endif
endif
export:: jsautocfg.h
$(INSTALL) -m 444 $< $(DIST)/include