From f8c35c26faac5f25042fc33adafaafe1a9067684 Mon Sep 17 00:00:00 2001 From: "L. David Baron" Date: Tue, 31 Aug 2010 12:05:12 -0400 Subject: [PATCH] Fix nonexistent makefiles in toolkit-makefiles.sh. --- toolkit/toolkit-makefiles.sh | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/toolkit/toolkit-makefiles.sh b/toolkit/toolkit-makefiles.sh index 47b7424d532a..a67684ff588a 100644 --- a/toolkit/toolkit-makefiles.sh +++ b/toolkit/toolkit-makefiles.sh @@ -726,10 +726,6 @@ MAKEFILES_libpr0n=" modules/libpr0n/public/Makefile modules/libpr0n/src/Makefile modules/libpr0n/decoders/Makefile - modules/libpr0n/decoders/gif/Makefile - modules/libpr0n/decoders/png/Makefile - modules/libpr0n/decoders/jpeg/Makefile - modules/libpr0n/decoders/bmp/Makefile modules/libpr0n/decoders/icon/Makefile modules/libpr0n/decoders/icon/mac/Makefile modules/libpr0n/decoders/icon/win/Makefile @@ -931,7 +927,7 @@ if [ "$ENABLE_TESTS" ]; then parser/htmlparser/tests/mochitest/Makefile parser/xml/test/Makefile rdf/tests/triplescat/Makefile - startupcache/tests/Makefile + startupcache/test/Makefile testing/mochitest/Makefile testing/mochitest/MochiKit/Makefile testing/mochitest/chrome/Makefile