diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2006-04-26 00:46:10 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:04:28 -0500 |
commit | 3c68259e3ac7b4886dc64f97510b6c61e95e5a83 (patch) | |
tree | ed77653af175598b50c8e842744c1fd5362ca4e4 /source4/heimdal_build/config.mk | |
parent | b995f263f8fe052062f0597ef4eb936a1d2c5c4f (diff) | |
download | samba-3c68259e3ac7b4886dc64f97510b6c61e95e5a83.tar.gz samba-3c68259e3ac7b4886dc64f97510b6c61e95e5a83.tar.bz2 samba-3c68259e3ac7b4886dc64f97510b6c61e95e5a83.zip |
r15263: Remove another use of patsubst (should make tru64 happy)
(This used to be commit 559ae256e133777e77bfe7a683f1c441cd6007b0)
Diffstat (limited to 'source4/heimdal_build/config.mk')
-rw-r--r-- | source4/heimdal_build/config.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/heimdal_build/config.mk b/source4/heimdal_build/config.mk index 2131018906..481e82818e 100644 --- a/source4/heimdal_build/config.mk +++ b/source4/heimdal_build/config.mk @@ -455,7 +455,7 @@ include perl_path_wrapper.sh et_deps.pl heimdal/lib/krb5/krb5_err.et| heimdal/lib/roken/vis.h: heimdal/lib/roken/vis.hin heimdal/lib/roken/err.h: heimdal/lib/roken/err.hin -$(patsubst heimdal/lib/des/%.h,heimdal/lib/des/hcrypto/%.h,$(wildcard heimdal/lib/des/*.h)): heimdal/lib/des/hcrypto +include hcrypto-deps.pl heimdal/lib/des/*.h| heimdal/lib/des/hcrypto: rm -f $@; ln -s ./../des $@ |