Release calc version 2.10.3t5.46

This commit is contained in:
Landon Curt Noll
1998-03-09 13:42:35 -08:00
parent 6e10e97592
commit b4e94b7eaa
4 changed files with 10 additions and 74 deletions

View File

@@ -470,7 +470,8 @@ install: all
else \
true; \
fi
${Q}for i in ${INSTALL_H_SRC}; do \
${Q}for i in ${INSTALL_H_SRC} /dev/null; do \
if [ X$$i = X/dev/null ]; then continue; fi; \
echo rm -f ${CUSTOMLIBDIR}/$$i; \
rm -f ${CUSTOMLIBDIR}/$$i; \
echo cp $$i ${CUSTOMLIBDIR}; \