diff lisp/efs/Makefile @ 118:7d55a9ba150c r20-1b11

Import from CVS: tag r20-1b11
author cvs
date Mon, 13 Aug 2007 09:24:17 +0200
parents 9f59509498e1
children 2af401a6ecca
line wrap: on
line diff
--- a/lisp/efs/Makefile	Mon Aug 13 09:23:08 2007 +0200
+++ b/lisp/efs/Makefile	Mon Aug 13 09:24:17 2007 +0200
@@ -2,7 +2,7 @@
 #
 # File:         Makefile
 # Release:      $efs release: 1.15 $
-# Version:      $Revision: 1.5 $
+# Version:      $Revision: 1.6 $
 # RCS:
 # Description:  Makefile for byte-compiling efs and dired.
 # Author:       Andy Norman, HPLabs, Bristol, UK.
@@ -145,7 +145,7 @@
 
 .el.elc:
 	BDIR=$(BDIR) CWD=$(CWD) VMDIR=$(VMDIR) \
-  $(EMACS) -batch -l $(CWD)/fixup -f batch-byte-compile $(CWD)/$<
+  $(EMACS) -batch -no-site-file -l $(CWD)/fixup -f batch-byte-compile $(CWD)/$<
 
 .texi.info:
 	$(EMACS) -batch -f batch-texinfo-format $(CWD)/$<