mirror of
https://github.com/lcn2/calc.git
synced 2025-08-16 01:03:29 +03:00
Fix typo in make depend messages
This commit is contained in:
@@ -3896,7 +3896,7 @@ depend: custom/Makefile hsrc
|
||||
${Q} ${RM} -rf skel
|
||||
-${Q} if ${CMP} -s ${MAKE_FILE}.bak ${MAKE_FILE}; then \
|
||||
echo 'top level ${MAKE_FILE} was already up to date'; \
|
||||
echo 'restoring original ${MAKE_FILE};' \
|
||||
echo 'restoring original ${MAKE_FILE}'; \
|
||||
${MV} -f ${MAKE_FILE}.bak ${MAKE_FILE}; \
|
||||
else \
|
||||
echo 'previous ${MAKE_FILE} is now ${MAKE_FILE}.bak'; \
|
||||
|
Reference in New Issue
Block a user