readline/Makefile: clean fix to unwanted error message

This commit is contained in:
Darryl L. Miles 2025-07-24 15:10:40 +01:00 committed by R. Timothy Edwards
parent 8ed7394431
commit 3e5502b936
1 changed files with 1 additions and 1 deletions

View File

@ -64,5 +64,5 @@ clean:
done ; true done ; true
$(RM) libhistory.a $(RM) libhistory.a
$(RM) libreadline.a $(RM) libreadline.a
$(RM) readline test -L readline && $(RM) readline || true