diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2006-04-01 18:41:07 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:59:42 -0500 |
commit | 0bc6e7a090dd92465d905ffb0a2530d67d0bcc9c (patch) | |
tree | d2a6ce6fab7d6b3d99aa10b6bd7deaf0f482be2a /source4/heimdal_build | |
parent | ab9fb12e0b52cad4db0efd5436a5fc11b6c2e18c (diff) | |
download | samba-0bc6e7a090dd92465d905ffb0a2530d67d0bcc9c.tar.gz samba-0bc6e7a090dd92465d905ffb0a2530d67d0bcc9c.tar.bz2 samba-0bc6e7a090dd92465d905ffb0a2530d67d0bcc9c.zip |
r14852: See if all target platforms support multiple .SUFFIXES lines.
(This used to be commit 137ed99e3527c5240533d59b6b98d1f01a849046)
Diffstat (limited to 'source4/heimdal_build')
-rw-r--r-- | source4/heimdal_build/config.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/source4/heimdal_build/config.mk b/source4/heimdal_build/config.mk index 38b1c90022..b0d4c14ddc 100644 --- a/source4/heimdal_build/config.mk +++ b/source4/heimdal_build/config.mk @@ -428,6 +428,10 @@ include perl_path_wrapper.sh et_deps.pl heimdal/lib/krb5/heim_err.et| include perl_path_wrapper.sh et_deps.pl heimdal/lib/krb5/k524_err.et| include perl_path_wrapper.sh et_deps.pl heimdal/lib/krb5/krb5_err.et| +.SUFFIXES: .hin +.hin.h: + @cp $< $@ + $(patsubst heimdal/lib/des/%.h,heimdal/lib/des/hcrypto/%.h,$(wildcard heimdal/lib/des/*.h)): heimdal/lib/des/hcrypto heimdal/lib/des/hcrypto: |