diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2005-08-03 06:51:58 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:31:04 -0500 |
commit | 0165e1e71dd10278282362949c3c5c9469809a0c (patch) | |
tree | 4b4f74c077b95be42adb193429af4737539efc18 /source4/heimdal_build/config.mk | |
parent | 9c913ef5925c968d17e8656177cfce58cbace00d (diff) | |
download | samba-0165e1e71dd10278282362949c3c5c9469809a0c.tar.gz samba-0165e1e71dd10278282362949c3c5c9469809a0c.tar.bz2 samba-0165e1e71dd10278282362949c3c5c9469809a0c.zip |
r8995: Add heimdal headers back to "basics" target... should fix the build for now
(This used to be commit 343e33c13ff5a67b463c2f7c18e0a6590d75f8ab)
Diffstat (limited to 'source4/heimdal_build/config.mk')
-rw-r--r-- | source4/heimdal_build/config.mk | 8 |
1 files changed, 4 insertions, 4 deletions
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| |