diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2005-08-04 05:46:17 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:31:12 -0500 |
commit | 2f7f278cf17be3abe921047b0d56a0b9f9c0e348 (patch) | |
tree | 8949719a653d97f13d23d4fa7805adc6b2a04882 | |
parent | 586838c306fb1f8c814d93d16c698d9e4967604d (diff) | |
download | samba-2f7f278cf17be3abe921047b0d56a0b9f9c0e348.tar.gz samba-2f7f278cf17be3abe921047b0d56a0b9f9c0e348.tar.bz2 samba-2f7f278cf17be3abe921047b0d56a0b9f9c0e348.zip |
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)
-rw-r--r-- | source4/heimdal_build/config.mk | 4 |
1 files changed, 2 insertions, 2 deletions
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 \ |