src/Makefile.am: Build `sod' if we're just distributing.
authorMark Wooding <mdw@distorted.org.uk>
Sun, 7 Jun 2020 23:54:39 +0000 (00:54 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sun, 7 Jun 2020 23:54:39 +0000 (00:54 +0100)
src/Makefile.am

index 30ba76e..b8f0e85 100644 (file)
@@ -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.