From 2f7f278cf17be3abe921047b0d56a0b9f9c0e348 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Thu, 4 Aug 2005 05:46:17 +0000 Subject: r9053: Change order of dependencies (.h files are used when creating the two compilers used for generating the rest of the heimdal files) (This used to be commit f6b240125a3c5c15ce60f1de89a4575569eceb1e) --- source4/heimdal_build/config.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source4/heimdal_build/config.mk') diff --git a/source4/heimdal_build/config.mk b/source4/heimdal_build/config.mk index 860b4b94bd..20ccaa022b 100644 --- a/source4/heimdal_build/config.mk +++ b/source4/heimdal_build/config.mk @@ -396,11 +396,11 @@ include ./heimdal_build/et_deps.pl heimdal/lib/krb5/k524_err.et| include ./heimdal_build/et_deps.pl heimdal/lib/krb5/krb5_err.et| heimdal_basics: \ + heimdal/lib/roken/vis.h \ + heimdal/lib/roken/err.h \ heimdal/lib/hdb/hdb_asn1.h \ heimdal/lib/gssapi/spnego_asn1.h \ heimdal/lib/asn1/krb5_asn1.h \ - heimdal/lib/roken/vis.h \ - heimdal/lib/roken/err.h \ heimdal/lib/asn1/asn1_err.h \ heimdal/lib/hdb/hdb_err.h \ heimdal/lib/krb5/heim_err.h \ -- cgit