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

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

[nongnu] elpa/emacsql 4b45472ffa 240/427: Don't copy the binary every ti


From: ELPA Syncer
Subject: [nongnu] elpa/emacsql 4b45472ffa 240/427: Don't copy the binary every time.
Date: Tue, 13 Dec 2022 02:59:48 -0500 (EST)

branch: elpa/emacsql
commit 4b45472ffab8d4456717761d1126d6492bf98271
Author: Christopher Wellons <wellons@nullprogram.com>
Commit: Christopher Wellons <wellons@nullprogram.com>

    Don't copy the binary every time.
---
 sqlite/Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/sqlite/Makefile b/sqlite/Makefile
index 357d1599f0..4b30786e33 100644
--- a/sqlite/Makefile
+++ b/sqlite/Makefile
@@ -18,7 +18,9 @@ CLFAGS += -DSQLITE_SOUNDEX
 
 .PHONY : clean install
 
-install : $(BINARY)
+install : ../bin/$(BINARY)
+
+../bin/$(BINARY) : $(BINARY)
        mkdir -p ../bin/
        cp $< ../bin/
 



reply via email to

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