mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2025-12-15 15:21:03 -08:00
make distclean breaks after a clean - it shouldn't since the latter cleans
inside build/ while the former deletes build/ and Makefile.
This commit is contained in:
parent
5766bb9fdd
commit
5f096a5a63
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
|
# `make distclean' should leave only the files that were in the
|
||||||
# distribution.
|
# distribution.
|
||||||
|
|
||||||
distclean: clean
|
distclean:
|
||||||
rm -rf build Makefile
|
rm -rf build Makefile
|
||||||
|
|
||||||
# `realclean'
|
# `realclean'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue