diff options
author | Andrew Bartlett <abartlet@samba.org> | 2006-03-22 10:16:59 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:59:02 -0500 |
commit | 864d9b531dc2fba94f5ea839b087e28d402c643a (patch) | |
tree | 91f72ed27956be3c0d536d725b0505cba35e3adb /source4/heimdal_build | |
parent | 4fd82be1403f873f67eecb8fee457b8de9fc5cd1 (diff) | |
download | samba-864d9b531dc2fba94f5ea839b087e28d402c643a.tar.gz samba-864d9b531dc2fba94f5ea839b087e28d402c643a.tar.bz2 samba-864d9b531dc2fba94f5ea839b087e28d402c643a.zip |
r14635: - Remove lex.c from SVN (it is built anyway, and having it in SVN
confuses things)
- Update Samba4 from lorikeet-heimdal
- Remove generated symlink on make clean
Andrew Bartlett
(This used to be commit a5c2b4cc92e807d18cb8df99bebf004fa4252e1e)
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 f1ed7943f4..58a616bdb4 100644 --- a/source4/heimdal_build/config.mk +++ b/source4/heimdal_build/config.mk @@ -442,6 +442,7 @@ clean:: @-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 + @-rm -f heimdal/lib/krb5/des/hcrypto ####################### # Start SUBSYSTEM HEIMDAL |