From c6e5faa6290472093c65a1a81587c6ecedec47dd Mon Sep 17 00:00:00 2001 From: Jay Larson Date: Sat, 22 Aug 2020 21:28:41 -0500 Subject: [PATCH] Corrected path to binfile to trigger ROOT build --- Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index e9b7730..ae6e9d1 100644 --- a/Makefile +++ b/Makefile @@ -71,7 +71,7 @@ BRIEF = Kerberos is a network authentication protocol DESC = Kerberos is a network authentication protocol. It is designed to \ provide strong authentication for client/server applications by using \ secret-key cryptography. -SLVER = 2 +SLVER = 3 ARCHIVE := $(PWD)/SRC/$(shell ls SRC|egrep '(bz2|gz|tar|xz)$$'|tail -1) TYPE := $(shell file -ib $(ARCHIVE)|cut -d';' -f1|tr -d '\n') @@ -123,10 +123,11 @@ $(SRCDIR)/src/config.log: $(SRCDIR)/src/configure # set to a valid file, but the source make process will # be re-executed even if it isn't necessary -$(SRCDIR)/src/binfile: $(SRCDIR)/src/config.log +$(SRCDIR)/src/kdc/krb5kdc: $(SRCDIR)/src/config.log @cd $(SRCDIR)/src && make -$(ROOT): $(SRCDIR)/src/binfile +$(ROOT): $(SRCDIR)/src/kdc/krb5kdc + exit 1 @if [ -d $(ROOT) ]; then \ touch $(ROOT); \ else \