From 35380a756a7ab7239378c9025fc740983c686f23 Mon Sep 17 00:00:00 2001 From: Nathan Froyd Date: Tue, 16 Dec 2014 13:36:11 -0500 Subject: [PATCH] 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. --- parser/expat/lib/moz.build | 4 ---- 1 file changed, 4 deletions(-) diff --git a/parser/expat/lib/moz.build b/parser/expat/lib/moz.build index b9cdebf09a1..c69dca4bc2d 100644 --- a/parser/expat/lib/moz.build +++ b/parser/expat/lib/moz.build @@ -19,8 +19,4 @@ MSVC_ENABLE_PGO = True FINAL_LIBRARY = 'gkmedias' -GENERATED_FILES = [ - 'moz_extensions.c', -] - DEFINES['HAVE_EXPAT_CONFIG_H'] = True