summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2007-04-22 00:21:14 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:51:20 -0500
commitc20df734275c1ea0e155c616f970ba64e45e3979 (patch)
tree488d1270443933aa92417773052db32ea6718bff /source4
parent80d4b8c14df4174f4582eca8c26d18cd4a2d447a (diff)
downloadsamba-c20df734275c1ea0e155c616f970ba64e45e3979.tar.gz
samba-c20df734275c1ea0e155c616f970ba64e45e3979.tar.bz2
samba-c20df734275c1ea0e155c616f970ba64e45e3979.zip
r22440: fix autodependencies build
metze (This used to be commit ced8b673777d233a354ad7037767ca0e63e0747c)
Diffstat (limited to 'source4')
-rw-r--r--source4/heimdal_build/config.mk8
-rw-r--r--source4/heimdal_build/vis.h4
2 files changed, 4 insertions, 8 deletions
diff --git a/source4/heimdal_build/config.mk b/source4/heimdal_build/config.mk
index fa9fe7bc96..49d269e09d 100644
--- a/source4/heimdal_build/config.mk
+++ b/source4/heimdal_build/config.mk
@@ -553,20 +553,12 @@ include perl_path_wrapper.sh et_deps.pl heimdal/lib/krb5/krb5_err.et heimdal/lib
include perl_path_wrapper.sh et_deps.pl heimdal/lib/gssapi/krb5/gkrb5_err.et heimdal/lib/gssapi|
include perl_path_wrapper.sh et_deps.pl heimdal/lib/hx509/hx509_err.et heimdal/lib/hx509|
-.SUFFIXES: .hin
-.hin.h:
- @cp $< $@
-
-heimdal/lib/roken/vis.h: heimdal/lib/roken/vis.hin
-heimdal/lib/roken/err.h: heimdal/lib/roken/err.hin
-
include perl_path_wrapper.sh hcrypto-deps.pl heimdal/lib/des/*.h|
heimdal/lib/des/hcrypto:
@rm -f $@; ln -s ./../des $@
clean::
- @-rm -f heimdal/lib/roken/vis.h heimdal/lib/roken/err.h
@-rm -f bin/compile_et bin/asn1_compile
@-rm -f heimdal/lib/krb5/des/hcrypto
diff --git a/source4/heimdal_build/vis.h b/source4/heimdal_build/vis.h
new file mode 100644
index 0000000000..13b39aa184
--- /dev/null
+++ b/source4/heimdal_build/vis.h
@@ -0,0 +1,4 @@
+#ifndef _HEIMDAL_BUILD_VIS_H
+#define _HEIMDAL_BUILD_VIS_H
+#include "heimdal/lib/roken/vis.hin"
+#endif