mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2025-12-06 02:40:26 -08:00
Adding back the clean dependency to distclean, since the build fails for some
strange reason without it.
This commit is contained in:
parent
5f096a5a63
commit
794dd8dc0f
1 changed files with 1 additions and 1 deletions
|
|
@ -101,7 +101,7 @@ clean:
|
|||
# `make distclean' should leave only the files that were in the
|
||||
# distribution.
|
||||
|
||||
distclean:
|
||||
distclean: clean
|
||||
rm -rf build Makefile
|
||||
|
||||
# `realclean'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue