diff options
author | Alexander Bokovoy <ab@samba.org> | 2006-04-12 12:28:22 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:04:04 -0500 |
commit | 3c53cb85ceccf4c6e6b1c5247755ef81b48d487a (patch) | |
tree | 8dd635b1d95ec725f61282be992d39c6ab836667 /source4/heimdal_build/config.mk | |
parent | 35cb099357028535ae8b968465edfcaa7ad1a1fd (diff) | |
download | samba-3c53cb85ceccf4c6e6b1c5247755ef81b48d487a.tar.gz samba-3c53cb85ceccf4c6e6b1c5247755ef81b48d487a.tar.bz2 samba-3c53cb85ceccf4c6e6b1c5247755ef81b48d487a.zip |
r15051: Remove directory creation from this rule; we use script/buildtree.pl for external build dir instead
(This used to be commit ba7b41bb57c926ba165260016c537622210b029b)
Diffstat (limited to 'source4/heimdal_build/config.mk')
-rw-r--r-- | source4/heimdal_build/config.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source4/heimdal_build/config.mk b/source4/heimdal_build/config.mk index 1fd8d98f29..c66784224a 100644 --- a/source4/heimdal_build/config.mk +++ b/source4/heimdal_build/config.mk @@ -434,7 +434,6 @@ include perl_path_wrapper.sh et_deps.pl heimdal/lib/krb5/krb5_err.et| .SUFFIXES: .hin .hin.h: - @mkdir -p $(dir $@) @cp $< $@ $(patsubst heimdal/lib/des/%.h,heimdal/lib/des/hcrypto/%.h,$(wildcard heimdal/lib/des/*.h)): heimdal/lib/des/hcrypto |