Bug 1112222 - remove moz_extensions.c from GENERATED_FILES in parser/expat/lib/; r=mshal

moz_extensions.c isn't generated by the build process; it lives as a
checked-in file and is #include'd by xmltok.c in the same directory.
This commit is contained in:
Nathan Froyd 2014-12-16 13:36:11 -05:00
parent 1a4358577c
commit 35380a756a

View File

@ -19,8 +19,4 @@ MSVC_ENABLE_PGO = True
FINAL_LIBRARY = 'gkmedias'
GENERATED_FILES = [
'moz_extensions.c',
]
DEFINES['HAVE_EXPAT_CONFIG_H'] = True