diff options
author | Andrew Bartlett <abartlet@samba.org> | 2006-01-06 22:55:03 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:49:49 -0500 |
commit | 44384b4afab327acf9718e7b21255faa90021382 (patch) | |
tree | 496e45a079e823c93c66cbfbb6d2991635a6d878 /source4/heimdal_build | |
parent | 27f997e6825827ec99e1580370218c294d455e79 (diff) | |
download | samba-44384b4afab327acf9718e7b21255faa90021382.tar.gz samba-44384b4afab327acf9718e7b21255faa90021382.tar.bz2 samba-44384b4afab327acf9718e7b21255faa90021382.zip |
r12750: Clean up more asn1 generated files (pointed out by <HotaruT>).
Andrew Bartlett
(This used to be commit 5d42638170245b684b45459d0538ea86fa811214)
Diffstat (limited to 'source4/heimdal_build')
-rwxr-xr-x | source4/heimdal_build/asn1_deps.pl | 2 | ||||
-rw-r--r-- | source4/heimdal_build/config.mk | 3 |
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} |