Skip to content
Snippets Groups Projects
Commit 40e9e3a8 authored by Francois-Rene Rideau's avatar Francois-Rene Rideau
Browse files

Don't force build/asdf.lisp

Stop having build/asdf.lisp depend on dummy target show-version,
because that caused spurious re-builds.
parent aa27dbc6
No related branches found
No related tags found
No related merge requests found
......@@ -86,7 +86,7 @@ all_lisp := $(header_lisp) $(driver_lisp) $(defsystem_lisp)
print-% : ; @echo $* = $($*)
# Making ASDF itself should be our first, default, target:
build/asdf.lisp: show-version $(all_lisp)
build/asdf.lisp: $(all_lisp)
mkdir -p build
rm -f $@
cat $(all_lisp) > $@
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment