Make generated header use common install rules.

Bug #59454 r=bryner sr=alecf


git-svn-id: svn://10.0.0.236/trunk@102795 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
cls%seawood.org
2001-09-12 06:35:50 +00:00
parent 9c104e0cdb
commit 6d47ac1557

View File

@@ -80,6 +80,7 @@ CSRCS = \
$(NULL)
EXPORTS = \
jsautocfg.h \
js.msg \
jsapi.h \
jsarray.h \
@@ -123,8 +124,6 @@ EXPORTS = \
jsstddef.h \
$(NULL)
EXPORTS := $(addprefix $(srcdir)/, $(EXPORTS))
FDLIBM_LIBRARY = fdlibm/libfdm.$(LIB_SUFFIX)
JSMATH_PRELINK = jsmathtemp.o
JS_SAFE_ARENA = 1
@@ -322,6 +321,3 @@ else
endif
endif
export:: jsautocfg.h
$(INSTALL) -m 444 $< $(PUBLIC)