diff --git a/src/Makefile.in b/src/Makefile.in index edbf18dc0f7..e0a59459b55 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -263,10 +263,10 @@ fmt_registers.h: .plugin_fmt_list $(CC) -DFMT_REGISTERS_H -E -P $(CFLAGS) $(filter-out opencl_%_fmt_plug.c, $(wildcard *_fmt_plug.c)) | grep -F "john_register_one" | $(SORT) -f > $@ || true $(CC) -DFMT_REGISTERS_H -E -P $(CFLAGS) $(wildcard opencl_*_fmt_plug.c) | grep -F "john_register_one" | $(SORT) -f >> $@ || true -.PHONY: subdirs $(SUBDIRS) - SUBDIRS = mbedtls secp256k1 ed25519-donna poly1305-donna @ZTEX_SUBDIRS@ +.PHONY: subdirs $(SUBDIRS) + subdirs: $(SUBDIRS) $(SUBDIRS): diff --git a/src/john.c b/src/john.c index 6429867c3fd..4da58d586a2 100644 --- a/src/john.c +++ b/src/john.c @@ -1224,7 +1224,7 @@ static void john_load(void) if (ztex_detected_list->count % options.fork) { fprintf(stderr, "Number of ZTEX devices must be " "a multiple of forks. " - "Suggesting to use \"--fork=%d\".\n", + "Suggesting to use \"--fork=%ld\".\n", ztex_detected_list->count); error(); }