wok annotate spidermonkey/stuff/spidermonkey-Makefile.patch @ rev 8999

asterisk: fix extract-cfile.awk (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Mar 03 15:08:41 2011 +0100 (2011-03-03)
parents 73f88b3f05a7
children
rev   line source
slaxemulator@8765 1 *** Makefile.ref.orig 2009-02-16 09:56:29.000000000 -0600
slaxemulator@8765 2 --- Makefile.ref 2009-02-16 09:58:59.000000000 -0600
gokhlayeh@8763 3 ***************
gokhlayeh@8763 4 *** 169,184 ****
slaxemulator@8765 5 --- 169,185 ----
gokhlayeh@8763 6 jstypes.h \
gokhlayeh@8763 7 jsprvtd.h \
gokhlayeh@8763 8 jspubtd.h \
gokhlayeh@8763 9 jsregexp.h \
gokhlayeh@8763 10 jsscan.h \
gokhlayeh@8763 11 jsscope.h \
gokhlayeh@8763 12 jsscript.h \
gokhlayeh@8763 13 jsstr.h \
slaxemulator@8765 14 + jsutil.h \
gokhlayeh@8763 15 jsxdrapi.h \
gokhlayeh@8763 16 jsxml.h \
gokhlayeh@8763 17 $(NULL)
gokhlayeh@8763 18
gokhlayeh@8763 19 API_HFILES = \
gokhlayeh@8763 20 jsapi.h \
gokhlayeh@8763 21 jsdbgapi.h \
gokhlayeh@8763 22 $(NULL)