summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2005-08-03 06:51:58 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:31:04 -0500
commit0165e1e71dd10278282362949c3c5c9469809a0c (patch)
tree4b4f74c077b95be42adb193429af4737539efc18 /source4
parent9c913ef5925c968d17e8656177cfce58cbace00d (diff)
downloadsamba-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')
-rw-r--r--source4/heimdal_build/config.mk8
-rw-r--r--source4/main.mk4
2 files changed, 6 insertions, 6 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|
diff --git a/source4/main.mk b/source4/main.mk
index 5f417b4624..4edda5a575 100644
--- a/source4/main.mk
+++ b/source4/main.mk
@@ -52,7 +52,7 @@ include kdc/config.mk
include lib/replace/config.mk
include scripting/ejs/config.mk
-all: binaries
+all: basics binaries
binaries: $(BIN_PROGS) $(SBIN_PROGS)
manpages: $(MANPAGES)
everything: all
@@ -140,7 +140,7 @@ pch: proto include/includes.h.gch
pch_clean:
-rm -f include/includes.h.gch
-basics: idl proto_exists
+basics: idl proto_exists 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
test: $(DEFAULT_TEST_TARGET)