diff options
author | Ruslan Ermilov <ru@FreeBSD.org> | 2002-02-11 16:47:05 +0000 |
---|---|---|
committer | Ruslan Ermilov <ru@FreeBSD.org> | 2002-02-11 16:47:05 +0000 |
commit | 19f56da943da4d0e4530ad85d19f421eccc85efd (patch) | |
tree | 4f20e8013191ef3a445c2355a995728d9d23e57c /kerberos5/lib/libroken | |
parent | 15641a2f41c5e40988d29340e73a7837c83779db (diff) |
Fixed -DMAKE_KERBEROS5 world breakage in kerberos5/lib/libroken
(make-roken is a build tool). This bug was hiding itself after
a just fixed bug in cross-linker (binutuils/ld/Makefile,v 1.20).
The bug was fatal for cross builds; for example, an alpha binary
(make-roken) was attempted to be run on i386.
Added make-roken to the list of build-tools in libasn1. It only
worked because another build tool needs make-roken implicitly:
(build-tools: asn1_compile: print_version.o: roken.h: make-roken).
Spotted by: nectar
Notes
Notes:
svn path=/head/; revision=90534
Diffstat (limited to 'kerberos5/lib/libroken')
-rw-r--r-- | kerberos5/lib/libroken/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/kerberos5/lib/libroken/Makefile b/kerberos5/lib/libroken/Makefile index 8a3c185ee2bf..71351111915a 100644 --- a/kerberos5/lib/libroken/Makefile +++ b/kerberos5/lib/libroken/Makefile @@ -61,3 +61,5 @@ INCLUDES= roken.h ${KRB5DIR}/lib/roken/roken-common.h .include <bsd.lib.mk> .PATH: ${KRB5DIR}/lib/roken + +build-tools: make-roken |