Skip to content

Commit

Permalink
improve make clobber
Browse files Browse the repository at this point in the history
make clobber now removes the legacy file: have_fpos.h
  • Loading branch information
lcn2 committed Dec 26, 2023
1 parent 1d37930 commit 2969502
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2969502

Please sign in to comment.