X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=signature_stuff%2FMakefile;h=925ae97340a5226cabea8d7f8bc41f9977ae623e;hb=f05bfc5994ac3b2b86cddedc0d4e90d8d56eecdc;hp=6fb65beb98cba2978ec3da5673a9a5a2df823f75;hpb=02f38fea5cad093f06a33300953e5a681bf176a7;p=lib.git diff --git a/signature_stuff/Makefile b/signature_stuff/Makefile index 6fb65be..925ae97 100644 --- a/signature_stuff/Makefile +++ b/signature_stuff/Makefile @@ -1,7 +1,7 @@ -all: $(patsubst %.txt,%.txt.dat,$(wildcard *.txt)) +all: $(foreach file,$(filter-out %sigtemplate.txt,$(wildcard *.txt)),$(file).dat) -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) $< $@