diff --git a/mozilla/toolkit/components/feeds/Makefile.in b/mozilla/toolkit/components/feeds/Makefile.in index 123d9ed3913..f05b1e8cca0 100644 --- a/mozilla/toolkit/components/feeds/Makefile.in +++ b/mozilla/toolkit/components/feeds/Makefile.in @@ -41,10 +41,4 @@ srcdir = @srcdir@ VPATH = @srcdir@ include $(DEPTH)/config/autoconf.mk DIRS = public src -include $(topsrcdir)/config/rules.mk - -libs:: $(srcdir)/test/shell.js $(srcdir)/test/test.js $(srcdir)/test/xml - $(INSTALL) $^ $(DIST)/bin/feeds_tests - -check:: - cd $(DIST)/bin/feeds_tests; $(RUN_TEST_PROGRAM) $(DIST)/bin/xpcshell ./shell.js \ No newline at end of file +include $(topsrcdir)/config/rules.mk \ No newline at end of file