mirror of
https://github.com/lcn2/calc.git
synced 2025-08-19 01:13:27 +03:00
improve make clobber
make clobber now removes the legacy file: have_fpos.h
This commit is contained in:
5
CHANGES
5
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:
|
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
|
Fixed bug that caused calc to fail to compile filepos2z() in file.c
|
||||||
|
2
Makefile
2
Makefile
@@ -3478,7 +3478,7 @@ clobber: clean
|
|||||||
${RM} -rf .DS_Store; \
|
${RM} -rf .DS_Store; \
|
||||||
fi
|
fi
|
||||||
${RM} -f func.show func.sort
|
${RM} -f func.show func.sort
|
||||||
${RM} -f outfile
|
${RM} -f outfile have_fpos.h
|
||||||
${V} echo '=-=-=-=-= ${MAKE_FILE} end of $@ rule =-=-=-=-='
|
${V} echo '=-=-=-=-= ${MAKE_FILE} end of $@ rule =-=-=-=-='
|
||||||
|
|
||||||
# install everything
|
# install everything
|
||||||
|
Reference in New Issue
Block a user