diff -r 2fdc6206e792 -r 1f683c5eef8f Makefile --- a/Makefile Fri Aug 19 13:10:19 2005 +0000 +++ b/Makefile Fri Aug 19 13:22:47 2005 +0000 @@ -8,7 +8,7 @@ prefix = /usr/local bindir = $(prefix)/bin -STOW := $(shell which stow) +STOW := $(shell which stow 2>/dev/null) ifdef STOW override prefix := $(prefix)/stow/exiacl endif @@ -35,7 +35,7 @@ %: %.pl @perl -c $< - @cp -f $< $@ + @cp -vf $< $@ @chmod -w+x $@