From 0165e1e71dd10278282362949c3c5c9469809a0c Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Wed, 3 Aug 2005 06:51:58 +0000 Subject: r8995: Add heimdal headers back to "basics" target... should fix the build for now (This used to be commit 343e33c13ff5a67b463c2f7c18e0a6590d75f8ab) --- source4/heimdal_build/config.mk | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'source4/heimdal_build') diff --git a/source4/heimdal_build/config.mk b/source4/heimdal_build/config.mk index 03aea81b5a..2dae1dea5d 100644 --- a/source4/heimdal_build/config.mk +++ b/source4/heimdal_build/config.mk @@ -379,11 +379,11 @@ REQUIRED_SUBSYSTEMS = COMPILE_ET LIBREPLACE # End BINARY compile_et ####################### -heimdal/lib/roken/vis.hin: heimdal/lib/roken/vis.h - @cp heimdal/lib/roken/vis.h heimdal/lib/roken/vis.hin +heimdal/lib/roken/vis.h: heimdal/lib/roken/vis.hin + @cp heimdal/lib/roken/vis.hin heimdal/lib/roken/vis.h -heimdal/lib/roken/err.hin: heimdal/lib/roken/err.h - @cp heimdal/lib/roken/err.h heimdal/lib/roken/err.hin +heimdal/lib/roken/err.h: heimdal/lib/roken/err.hin + @cp heimdal/lib/roken/err.hin heimdal/lib/roken/err.h include ./heimdal_build/asn1_deps.pl heimdal/lib/hdb/hdb.asn1 hdb_asn1| include ./heimdal_build/asn1_deps.pl heimdal/lib/gssapi/spnego.asn1 spnego_asn1| -- cgit