diff options
author | Alexander Bokovoy <ab@samba.org> | 2006-04-12 12:28:22 +0000 |
---|---|---|
committer | Alexander Bokovoy <ab@samba.org> | 2006-04-12 12:28:22 +0000 |
commit | 6a1eb84c325a70d550574fa115dd9d9c68c86b63 (patch) | |
tree | 8df5fb14e9c11818bd8c1db67136c83c6e8f23c1 /source/heimdal_build | |
parent | af00e416eed146ceb77d4037df64a38b896314c7 (diff) | |
download | samba-6a1eb84c325a70d550574fa115dd9d9c68c86b63.tar.gz samba-6a1eb84c325a70d550574fa115dd9d9c68c86b63.tar.xz samba-6a1eb84c325a70d550574fa115dd9d9c68c86b63.zip |
r15051: Remove directory creation from this rule; we use script/buildtree.pl for external build dir instead
Diffstat (limited to 'source/heimdal_build')
-rw-r--r-- | source/heimdal_build/config.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source/heimdal_build/config.mk b/source/heimdal_build/config.mk index 1fd8d98f294..c66784224ab 100644 --- a/source/heimdal_build/config.mk +++ b/source/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 |