diff options
author | Andrew Bartlett <abartlet@samba.org> | 2006-01-06 23:15:06 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:49:50 -0500 |
commit | fc6f41d70da2c092fae39a9caee4c32977b42999 (patch) | |
tree | a51b00873962dd76e401237c8c4e17b680ff6e18 /source4/heimdal_build | |
parent | 5c69a8f7e5735cb16f0a6d391c1b7064acd94e2b (diff) | |
download | samba-fc6f41d70da2c092fae39a9caee4c32977b42999.tar.gz samba-fc6f41d70da2c092fae39a9caee4c32977b42999.tar.xz samba-fc6f41d70da2c092fae39a9caee4c32977b42999.zip |
r12752: Clean up compile_et and asn1_compile as well.
Andrew Bartlett
(This used to be commit 2a6023d7414c1c337bb24a8c6882a17380cbc658)
Diffstat (limited to 'source4/heimdal_build')
-rw-r--r-- | source4/heimdal_build/config.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/heimdal_build/config.mk b/source4/heimdal_build/config.mk index 5e1ec08889..0d901258b3 100644 --- a/source4/heimdal_build/config.mk +++ b/source4/heimdal_build/config.mk @@ -442,6 +442,7 @@ heimdal_clean: hdb_asn1_clean spnego_asn1_clean krb5_asn1_clean @-rm -f heimdal/lib/krb5/heim_err.{c,h} @-rm -f heimdal/lib/krb5/k524_err.{c,h} @-rm -f heimdal/lib/krb5/krb5_err.{c,h} + @-rm -f bin/compile_et bin/asn1_compile ####################### # Start SUBSYSTEM HEIMDAL |