Small bug in instrules

This commit is contained in:
Don BURNS 2003-07-19 17:55:18 +00:00
parent c0dd856a7b
commit fdeb8dd132
2 changed files with 1 additions and 15 deletions

View File

@ -22,7 +22,6 @@ OTHER_LIBS=$1
TIFF_LIB=$2
MAKE=$3
copy_example_source()
{
for d in `ls $TOPDIR/examples/ | grep -v CVS`

View File

@ -155,21 +155,8 @@ __instclean :
empty=`ls $(INSTDEST)`;\
if [ -z "$$empty" ];\
then\
rm -rf $(INSTDEST)
# repeat=1;\
# while [ $$repeat = 1 ] ; \
# do \
# printf "$(INSTDEST) is empty. Remove? (y/n) [y]: ";\
# read resp;\
# case $$resp in \
# ""|Yes|YES|yes|Y|y) rm -rf $(INSTDEST); repeat=0;; \
# n|N|no|NO) repeat=0;; \
# *) repeat=1;; \
# esac\
# done\
rm -rf $(INSTDEST);\
fi\
fi