emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/realgud-lldb bc90a4f 30/56: Correct "make install"


From: Rocky Bernstein
Subject: [elpa] externals/realgud-lldb bc90a4f 30/56: Correct "make install"
Date: Thu, 23 May 2019 02:11:41 -0400 (EDT)

branch: externals/realgud-lldb
commit bc90a4f0ff225221213630eb70a0bcc3ee012b33
Author: rocky <address@hidden>
Commit: rocky <address@hidden>

    Correct "make install"
    
    Don't install test files
    Do install lldb subdirectory
---
 lldb/Makefile.am | 4 +++-
 test/Makefile.am | 2 ++
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/lldb/Makefile.am b/lldb/Makefile.am
index f5cce1b..e8453c0 100644
--- a/lldb/Makefile.am
+++ b/lldb/Makefile.am
@@ -1,3 +1,5 @@
-include ../common.mk
 lisp_files = $(wildcard *.el)
 EXTRA_DIST=$(lisp_files)
+lisp_LISP = $(lisp_files)
+include ../common.mk
+lispdir = @lispdir@/lldb
diff --git a/test/Makefile.am b/test/Makefile.am
index 8b78d7c..c37f0cf 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -65,6 +65,8 @@ test-%.run:
 test-%.elrun:
        (cd $(top_srcdir)/test && EMACSLOADPATH=$(EMACSLOADPAth) $(EMACS) 
--batch --no-site-file --no-splash --load ../el-get-install.el --load 
$(@:.elrun=.el))
 
+install-lispLISP: $(lisp_LISP) $(ELCFILES)
+
 # Whatever it is you want to do, it should be forwarded to the
 # to top-level directories
 # %:



reply via email to

[Prev in Thread] Current Thread [Next in Thread]