fix make clobber for cal/Makefile

This commit is contained in:
Landon Curt Noll
2023-10-03 23:00:44 -07:00
parent 5a227873e5
commit 801dad8f57

View File

@@ -266,10 +266,6 @@ clobber: clean
if [ "$$i" = "/dev/null" ]; then \
continue; \
fi; \
if [ -e "${T}${CALC_SHAREDIR}/$$i" ]; then \
echo "${RM} -f ${T}${CALC_SHAREDIR}/$$i"; \
${RM} -f ${T}${CALC_SHAREDIR}/$$i; \
fi; \
if [ -e "./$$i" ]; then \
echo "${RM} -f ./$$i"; \
${RM} -f ./$$i; \