From c90cba5a73ab330c5b3adb415a8d028af9b0ae52 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Wed, 3 Aug 2005 07:06:09 +0000 Subject: r8996: More build fixes... (This used to be commit 2b15c74f201d7fad11f1c50dd91b27b78b221550) --- source4/build/smb_build/makefile.pm | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) (limited to 'source4/build/smb_build') diff --git a/source4/build/smb_build/makefile.pm b/source4/build/smb_build/makefile.pm index 70afa29955..ed69e02e91 100644 --- a/source4/build/smb_build/makefile.pm +++ b/source4/build/smb_build/makefile.pm @@ -491,7 +491,7 @@ proto: idl headers proto_test: @[ -f $(builddir)/include/proto.h ] || $(MAKE) proto -clean: delheaders +clean: delheaders heimdal_clean @echo Removing objects @-find . -name '*.o' -exec rm -f '{}' \; @echo Removing binaries @@ -500,14 +500,9 @@ clean: delheaders @-rm -f bin/.*_* @echo Removing generated files @-rm -rf librpc/gen_* - @echo Removing generated ASN1 files - @-find heimdal/lib/asn1 -name 'asn1_*.[c]' -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 - @-rm -f heimdal/lib/hdb/hdb_asn1.h - @-rm -f heimdal/lib/gssapi/spnego_asn1.h - @-rm -f heimdal/lib/asn1/krb5_asn1.h + + + distclean: clean -- cgit