From 801dad8f57a8f9f89294de2aae1a5c32a4c78ea3 Mon Sep 17 00:00:00 2001 From: Landon Curt Noll Date: Tue, 3 Oct 2023 23:00:44 -0700 Subject: [PATCH] fix make clobber for cal/Makefile --- cal/Makefile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/cal/Makefile b/cal/Makefile index 50b86af..03292fd 100644 --- a/cal/Makefile +++ b/cal/Makefile @@ -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; \