chiark
/
gitweb
/
~mdw
/
sod
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cf9977a
)
src/Makefile.am: Build `sod' if we're just distributing.
author
Mark Wooding
<mdw@distorted.org.uk>
Sun, 7 Jun 2020 23:54:39 +0000
(
00:54
+0100)
committer
Mark Wooding
<mdw@distorted.org.uk>
Fri, 4 Jun 2021 18:54:59 +0000
(19:54 +0100)
src/Makefile.am
patch
|
blob
|
blame
|
history
diff --git
a/src/Makefile.am
b/src/Makefile.am
index 30ba76e7ea58dade58b9cbcc779c7a0f7fa9e164..b8f0e85cc271e887fee3bcc6d039dd98232036eb 100644
(file)
--- a/
src/Makefile.am
+++ b/
src/Makefile.am
@@
-127,6
+127,9
@@
sod$(EXEEXT): $(LISP_SOURCES) sod.asd sod-frontend.asd auto.lisp
$(V_DUMP)$(ASDF_ENV) $(CL_LAUNCH) -o $@ -d ! -l $(LISPSYS) +I \
-s sod-frontend -r sod-frontend:main
+## The executable is needed if we're just distributing.
+dist-hook: sod$(EXEEXT)
+
###--------------------------------------------------------------------------
### Unit testing.