From b57a4fff7133da56aa123373e647fe871ee33841 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Daniel=20Kochma=C5=84ski?= Date: Fri, 2 Oct 2015 12:59:50 +0200 Subject: [PATCH] examples: fix bogus :move-here argument MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Daniel Kochmański --- examples/embed/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/embed/Makefile b/examples/embed/Makefile index b6bc3aa..97cdcd7 100644 --- a/examples/embed/Makefile +++ b/examples/embed/Makefile @@ -6,7 +6,7 @@ hello-lisp.a: hello-lisp.lisp ecl -norc \ -eval '(require :asdf)' \ -eval '(push "./" asdf:*central-registry*)' \ - -eval '(asdf:make-build :hello-lisp :type :static-library :move-here "./$@")' \ + -eval '(asdf:make-build :hello-lisp :type :static-library :move-here "./")' \ -eval '(quit)' clean: -- 2.9.0