diff lisp/efs/Makefile @ 48:56c54cf7c5b6 r19-16b90

Import from CVS: tag r19-16b90
author cvs
date Mon, 13 Aug 2007 08:56:04 +0200
parents 8b8b7f3559a2
children
line wrap: on
line diff
--- a/lisp/efs/Makefile	Mon Aug 13 08:55:32 2007 +0200
+++ b/lisp/efs/Makefile	Mon Aug 13 08:56:04 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)/$<