From a273d4a08cf94d23753cdb78ebb3080ae6ab1b1f Mon Sep 17 00:00:00 2001 From: Bryan Drewery Date: Tue, 13 Oct 2015 18:52:56 +0000 Subject: [PATCH] Partially revert r288266: Remove SUBDIR_PARALLEL from kerberos5/lib. I intended to remove this before committing r288266. It works but is clearly wrong and working by accident due to the dependencies listed in the root Makefile.inc1 file. --- kerberos5/lib/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/kerberos5/lib/Makefile b/kerberos5/lib/Makefile index 3c0320482bc..8d661e0934a 100644 --- a/kerberos5/lib/Makefile +++ b/kerberos5/lib/Makefile @@ -7,6 +7,5 @@ SUBDIR= libasn1 libgssapi_krb5 libgssapi_ntlm libgssapi_spnego libhdb \ SUBDIR+= libkafs5 # requires krb_err.h from libkrb5 SUBDIR_DEPEND_libkafs5= libkrb5 -SUBDIR_PARALLEL= .include