changeset 12 | 1f683c5eef8f |
parent 11 | 2fdc6206e792 |
child 15 | 9a4e01051148 |
--- 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 $@