diff options
author | Alexander Bokovoy <ab@samba.org> | 2006-04-24 15:58:35 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:04:18 -0500 |
commit | 5027cd85c19bf42577ba0bf9e1037e7924b8b2cc (patch) | |
tree | 1c3652d1bb068f7f70605414f4827457bdcc174a | |
parent | fdb9e6ce16c0e2b41ba2f134bbd3bc199c445684 (diff) | |
download | samba-5027cd85c19bf42577ba0bf9e1037e7924b8b2cc.tar.gz samba-5027cd85c19bf42577ba0bf9e1037e7924b8b2cc.tar.bz2 samba-5027cd85c19bf42577ba0bf9e1037e7924b8b2cc.zip |
r15211: REQUIRED_SUBSYSTEMS for binaries are gone, use PRIVATE_DEPENDENCIES here
(This used to be commit 29bd0d6d0c9832ad10da1fe9b07c2bbc9910c8c6)
-rw-r--r-- | source4/heimdal_build/config.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/heimdal_build/config.mk b/source4/heimdal_build/config.mk index 48dba34084..5a13fd488a 100644 --- a/source4/heimdal_build/config.mk +++ b/source4/heimdal_build/config.mk @@ -410,7 +410,7 @@ OBJ_FILES = \ ../heimdal/lib/vers/print_version.ho \ ../lib/replace/snprintf.ho \ ../lib/replace/replace.ho -REQUIRED_SUBSYSTEMS = HEIMDAL_ASN1_COMPILE_LEX +PRIVATE_DEPENDENCIES = HEIMDAL_ASN1_COMPILE_LEX # End BINARY asn1_compile ####################### @@ -444,7 +444,7 @@ OBJ_FILES = ../heimdal/lib/vers/print_version.ho \ replace.ho \ ../lib/replace/snprintf.ho \ ../lib/replace/replace.ho -REQUIRED_SUBSYSTEMS = HEIMDAL_COM_ERR_COMPILE_LEX +PRIVATE_DEPENDENCIES = HEIMDAL_COM_ERR_COMPILE_LEX # End BINARY compile_et ####################### |