From 29695028cd2cb366c6cdaadb3e902d85aab20255 Mon Sep 17 00:00:00 2001 From: Landon Curt Noll Date: Tue, 26 Dec 2023 12:41:29 -0800 Subject: [PATCH] improve make clobber make clobber now removes the legacy file: have_fpos.h --- CHANGES | 5 +++++ Makefile | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index 135d5b4..ce259e0 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,8 @@ +The following are the changes from calc version 2.15.0.4 to date: + + make clobber now removes the legacy file: have_fpos.h + + The following are the changes from calc version 2.15.0.3 to 2.15.0.4: Fixed bug that caused calc to fail to compile filepos2z() in file.c diff --git a/Makefile b/Makefile index 9ced817..4dbce59 100644 --- a/Makefile +++ b/Makefile @@ -3478,7 +3478,7 @@ clobber: clean ${RM} -rf .DS_Store; \ fi ${RM} -f func.show func.sort - ${RM} -f outfile + ${RM} -f outfile have_fpos.h ${V} echo '=-=-=-=-= ${MAKE_FILE} end of $@ rule =-=-=-=-=' # install everything