24 lines
906 B
Plaintext
24 lines
906 B
Plaintext
$NetBSD: patch-aa,v 1.4 2009/08/14 22:52:21 asau Exp $
|
|
|
|
Don't generate and install Emacs byte code file.
|
|
|
|
--- Makefile.in.orig 2008-11-01 20:22:27.000000000 +0300
|
|
+++ Makefile.in 2009-08-15 02:04:09.000000000 +0400
|
|
@@ -430,7 +430,7 @@
|
|
|
|
ENGINES_FAST = gforth-fast$(OPT)$(EC)$(EXE) #gforth-native$(OPT)$(EC)$(EXE)
|
|
|
|
-GEN = $(ENGINES) $(ENGINES_FAST) gforth.elc
|
|
+GEN = $(ENGINES) $(ENGINES_FAST)
|
|
|
|
# things that need a working forth system to be generated
|
|
FORTH_GEN_ENGINE=engine/prim.i engine/prim_lab.i engine/prim_names.i \
|
|
@@ -615,7 +615,6 @@
|
|
$(INSTALL_DATA) $(kernel_fi) $(DESTDIR)$(datadir)/gforth/$(VERSION)
|
|
@if test -d "$(DESTDIR)$(emacssitelispdir)"; then \
|
|
$(INSTALL_DATA) gforth.el $(DESTDIR)$(emacssitelispdir); \
|
|
- $(INSTALL_DATA) gforth.elc $(DESTDIR)$(emacssitelispdir); \
|
|
else \
|
|
echo '>>>>>Please install gforth.{el,elc} in your .../emacs/site-lisp directory'; \
|
|
fi
|