Delete garbages.
[elisp/tm.git] / gnus / Makefile.bc
diff --git a/gnus/Makefile.bc b/gnus/Makefile.bc
deleted file mode 100644 (file)
index c291860..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-#
-# $Id: Makefile.bc,v 6.3 1995/05/16 12:21:08 morioka Exp $
-#
-
-.SUFFIXES:     .el .elc
-
-BATCH  = $(EMACS) -batch ../loadpath -f eval-current-buffer .
-
-.el.elc:
-       $(BATCH) -l $(NNTP) -l $(GNUS) -f batch-byte-compile $<
-
-all:   tm-gnus.elc tm-$(GNUS_TYPE).elc
-
-tm-gnus.elc:   tm-gnus.el
-
-tm-$(GNUS_TYPE).elc:   tm-$(GNUS_TYPE).el