Created
September 8, 2017 09:26
-
-
Save ralt/ed0a6f1ad52a946e7a1822ef679fa91a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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