diff options
Diffstat (limited to 'lang/logo/files/patch-emacs-makefile')
-rw-r--r-- | lang/logo/files/patch-emacs-makefile | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/lang/logo/files/patch-emacs-makefile b/lang/logo/files/patch-emacs-makefile deleted file mode 100644 index d66375e99664..000000000000 --- a/lang/logo/files/patch-emacs-makefile +++ /dev/null @@ -1,19 +0,0 @@ ---- emacs/makefile.orig Sun Nov 28 22:09:22 2004 -+++ emacs/makefile Mon Oct 10 18:15:03 2005 -@@ -1,6 +1,6 @@ - BUILDIR = `pwd` - EMACSDIR = $(LIBLOC)/emacs --INFODIR = $(prefix)/info -+INFODIR = $(PREFIX)/info - LOADPATH = $(subst X,$(EMACSDIR),(setq load-path (cons "\"X\"" load-path))) - LOGOBIN = $(subst X,$(BINDIR),(setq logo-binary-name \"X/logo\")) - INFOPATH = $(subst X,$(INFODIR),(setq logo-info-file \"X/ucblogo.info\")) -@@ -39,7 +39,7 @@ - -rm -f e.* - -rm -f add.user install-logo-mode dot.emacs dot.loops *.elc - --install: all -+install-emacs: all - for d in $(EMACSDIR); do [ -d $$d ] || mkdir -p $$d || exit 1; done - cp -f logo.* $(EMACSDIR)/. - cp -f letrec.* $(EMACSDIR)/. |