Mercurial > hg > xemacs-beta
comparison lisp/gnus/Makefile @ 80:1ce6082ce73f r20-0b90
Import from CVS: tag r20-0b90
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:06:37 +0200 |
parents | 131b0175ea99 |
children | 0d2f883870bc |
comparison
equal
deleted
inserted
replaced
79:5b0a5bbffab6 | 80:1ce6082ce73f |
---|---|
1 SHELL = /bin/sh | 1 SHELL = /bin/sh |
2 EMACS=emacs | 2 EMACS=emacs |
3 FLAGS=-batch -q -no-site-file -l ./dgnushack.el | 3 FLAGS=-batch -q -no-site-file -l bytecomp -l ./dgnushack.el |
4 | 4 |
5 all: | 5 all: |
6 rm -f *.elc ; $(EMACS) $(FLAGS) -f dgnushack-compile | 6 rm -f *.elc ; $(EMACS) $(FLAGS) -f dgnushack-compile |
7 | 7 |
8 some: | 8 some: |