X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=signature_stuff%2FMakefile;h=1c1676f401bdd885b0066fb9ac42edaf66f64d4a;hb=00f470c625d6dfa0b9591fad7dda380b00710627;hp=6fb65beb98cba2978ec3da5673a9a5a2df823f75;hpb=02f38fea5cad093f06a33300953e5a681bf176a7;p=lib.git diff --git a/signature_stuff/Makefile b/signature_stuff/Makefile index 6fb65be..1c1676f 100644 --- a/signature_stuff/Makefile +++ b/signature_stuff/Makefile @@ -1,7 +1,7 @@ all: $(patsubst %.txt,%.txt.dat,$(wildcard *.txt)) -STRFILE=$(shell which strfile || echo touch -r) +STRFILE=$(shell if which strfile >/dev/null 2>&1; then which strfile; else echo touch -r; fi) %.txt.dat: %.txt $(STRFILE) $< $@