r22440: fix autodependencies build
authorStefan Metzmacher <metze@samba.org>
Sun, 22 Apr 2007 00:21:14 +0000 (00:21 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 19:51:20 +0000 (14:51 -0500)
metze
(This used to be commit ced8b673777d233a354ad7037767ca0e63e0747c)

source4/heimdal_build/config.mk
source4/heimdal_build/vis.h [new file with mode: 0644]

index fa9fe7bc96b798fe50bb3587d2fb114782c1ee2f..49d269e09d4d307d2b942f676bd30db1203eab23 100644 (file)
@@ -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 (file)
index 0000000..13b39aa
--- /dev/null
@@ -0,0 +1,4 @@
+#ifndef _HEIMDAL_BUILD_VIS_H
+#define _HEIMDAL_BUILD_VIS_H
+#include "heimdal/lib/roken/vis.hin"
+#endif