Skip to content

Commit

Permalink
Don't force build/asdf.lisp
Browse files Browse the repository at this point in the history
Stop having build/asdf.lisp depend on dummy target show-version,
because that caused spurious re-builds.
  • Loading branch information
fare committed Jul 21, 2017
1 parent aa27dbc commit 40e9e3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -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) > $@
Expand Down

0 comments on commit 40e9e3a

Please sign in to comment.