From 3c53cb85ceccf4c6e6b1c5247755ef81b48d487a Mon Sep 17 00:00:00 2001 From: Alexander Bokovoy Date: Wed, 12 Apr 2006 12:28:22 +0000 Subject: r15051: Remove directory creation from this rule; we use script/buildtree.pl for external build dir instead (This used to be commit ba7b41bb57c926ba165260016c537622210b029b) --- source4/heimdal_build/config.mk | 1 - 1 file changed, 1 deletion(-) (limited to 'source4/heimdal_build') 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 -- cgit