Skip to content

Instantly share code, notes, and snippets.

@ralt
Created September 8, 2017 09:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ralt/ed0a6f1ad52a946e7a1822ef679fa91a to your computer and use it in GitHub Desktop.
Save ralt/ed0a6f1ad52a946e7a1822ef679fa91a to your computer and use it in GitHub Desktop.
modified src/tests/Makefile.in
@@ -1,12 +1,13 @@
# -*- Mode: Makefile; indent-tabs-mode: nil -*-
# vim: set filetype=makefile tabstop=8 shiftwidth=4 expandtab:
-ECL=@prefix@/@bindir@/ecl@EXEEXT@
+ECL=../bin/ecl@EXEEXT@
.PHONY: all
all: check
+check: export LD_LIBRARY_PATH=..
check: config.lsp
$(ECL) -norc \
-load config.lsp \
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment