Protection around ASFILES added, so that gcc runs smoothly.

This commit is contained in:
bjorn 1998-04-24 19:02:01 +00:00
parent 800accf63a
commit fc0b74d9e8

View File

@ -87,7 +87,10 @@ EXPORTS = jsapi.h \
jsxdrapi.h \
$(NULL)
# when using gcc the assembly is inlined in the C-file (see jslock.c)
ifdef NS_USE_NATIVE
ASFILES = $(wildcard *_$(OS_ARCH).s)
endif
JS_SAFE_ARENA = 1