diff options
author | Stefan Metzmacher <metze@samba.org> | 2005-08-04 01:33:09 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:31:09 -0500 |
commit | 28c60387a43cecbf96d2f0e296d19aca34331367 (patch) | |
tree | 8dc7d692daecca629fb638bcba371e43b298c734 /source4/heimdal_build/config.mk | |
parent | d0868120d3c10f341fa4d5c877674589b1391d4d (diff) | |
download | samba-28c60387a43cecbf96d2f0e296d19aca34331367.tar.gz samba-28c60387a43cecbf96d2f0e296d19aca34331367.tar.bz2 samba-28c60387a43cecbf96d2f0e296d19aca34331367.zip |
r9026: remove autogenerated .x and .c files
metze
(This used to be commit 126875392082f1378316c981ed576934794415d9)
Diffstat (limited to 'source4/heimdal_build/config.mk')
-rw-r--r-- | source4/heimdal_build/config.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/heimdal_build/config.mk b/source4/heimdal_build/config.mk index d258b3dae3..70e5a22173 100644 --- a/source4/heimdal_build/config.mk +++ b/source4/heimdal_build/config.mk @@ -397,7 +397,7 @@ include ./heimdal_build/et_deps.pl heimdal/lib/krb5/krb5_err.et| heimdal_clean: @echo Removing generated ASN1 files - @-find heimdal/lib/asn1 -name 'asn1_*.[c]' -exec rm -f '{}' \; + @-find heimdal/lib/asn1 -name 'asn1_*.[cx]' -exec rm -f '{}' \; @-find heimdal/lib/gssapi -name 'asn1_*.[c]' -exec rm -f '{}' \; @-find heimdal/lib/hdb -name 'asn1_*.[c]' -exec rm -f '{}' \; @-rm -f heimdal/lib/roken/vis.h heimdal/lib/roken/err.h |