summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
Diffstat (limited to 'source4')
-rwxr-xr-xsource4/heimdal_build/asn1_deps.pl2
-rw-r--r--source4/heimdal_build/config.mk3
2 files changed, 2 insertions, 3 deletions
diff --git a/source4/heimdal_build/asn1_deps.pl b/source4/heimdal_build/asn1_deps.pl
index 67e6d51f85..cf5ca688e4 100755
--- a/source4/heimdal_build/asn1_deps.pl
+++ b/source4/heimdal_build/asn1_deps.pl
@@ -50,4 +50,6 @@ foreach $c_file (@c_files) {
foreach $x_file (@x_files) {
print "\n\t\@rm -f $x_file";
}
+print "\n\t\@rm -f $dirname/$prefix\_files";
+print "\n\t\@rm -f $dirname/$prefix\.h";
print "\n\n";
diff --git a/source4/heimdal_build/config.mk b/source4/heimdal_build/config.mk
index 4cea6fa4f9..5e1ec08889 100644
--- a/source4/heimdal_build/config.mk
+++ b/source4/heimdal_build/config.mk
@@ -437,9 +437,6 @@ heimdal_basics: \
heimdal_clean: hdb_asn1_clean spnego_asn1_clean krb5_asn1_clean
@-rm -f heimdal/lib/roken/vis.h heimdal/lib/roken/err.h
- @-rm -f heimdal/lib/hdb/hdb_asn1.h
- @-rm -f heimdal/lib/gssapi/spnego_asn1.h
- @-rm -f heimdal/lib/asn1/krb5_asn1.h
@-rm -f heimdal/lib/asn1/asn1_err.{c,h}
@-rm -f heimdal/lib/hdb/hdb_err.{c,h}
@-rm -f heimdal/lib/krb5/heim_err.{c,h}