From: Daniel Kochmański Date: Fri, 2 Oct 2015 10:59:50 +0000 (+0200) Subject: examples: fix bogus :move-here argument X-Git-Url: http://git.pulsar-zone.net/?a=commitdiff_plain;h=refs%2Fheads%2Fdevelop;p=ecl.git examples: fix bogus :move-here argument Signed-off-by: Daniel Kochmański --- 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: