#!/bin/sh

if fgrep -s SPARC ../config.h
then 
	echo ass_sparc: removing lib_arith1.dir/sprod.S
	rm -f lib_arith1.dir/sprod.S
else
	echo ass_sparc: removing lib_arith1.dir/sprod.s
	rm -f lib_arith1.dir/sprod.s
fi

	