mirror of
https://github.com/lcn2/calc.git
synced 2025-08-19 01:13:27 +03:00
Fixed how SHELL is set in Makefiles, fix make depend on linux
This commit is contained in:
@@ -193,11 +193,6 @@ depend:
|
||||
else \
|
||||
${TRUE}; \
|
||||
fi
|
||||
${Q} if [ ! -x "${MAKEDEPEND}" ]; then \
|
||||
echo "makedepend command not found: ${MAKEDEPEND}"; \
|
||||
echo "aborting depend rule"; \
|
||||
exit 1; \
|
||||
fi
|
||||
${Q} echo forming custom/skel
|
||||
${Q} ${RM} -rf skel
|
||||
${Q} ${MKDIR} -p skel
|
||||
|
Reference in New Issue
Block a user