diff options
| author | John Carr <jfc@mit.edu> | 1991-06-06 23:51:40 +0000 |
|---|---|---|
| committer | John Carr <jfc@mit.edu> | 1991-06-06 23:51:40 +0000 |
| commit | 7260fccd70341772050aae3aef2a04525de880c6 (patch) | |
| tree | 8380fae38d078dbd65ea02f3ae9e9779628314e1 /src/lib | |
| parent | f5d37d14b98b0107237a3a467ded2f13a6d904a4 (diff) | |
OtherdirLibraryTarget doesn't supply depend:: target
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@2158 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/des425/Imakefile | 1 | ||||
| -rw-r--r-- | src/lib/krb5/asn.1/Imakefile | 2 | ||||
| -rw-r--r-- | src/lib/krb5/ccache/file/Imakefile | 2 | ||||
| -rw-r--r-- | src/lib/krb5/ccache/stdio/Imakefile | 2 | ||||
| -rw-r--r-- | src/lib/krb5/error_tables/Imakefile | 1 | ||||
| -rw-r--r-- | src/lib/krb5/free/Imakefile | 2 | ||||
| -rw-r--r-- | src/lib/krb5/keytab/Imakefile | 2 | ||||
| -rw-r--r-- | src/lib/krb5/keytab/file/Imakefile | 2 | ||||
| -rw-r--r-- | src/lib/krb5/krb/Imakefile | 1 | ||||
| -rw-r--r-- | src/lib/krb5/rcache/Imakefile | 2 |
10 files changed, 16 insertions, 1 deletions
diff --git a/src/lib/des425/Imakefile b/src/lib/des425/Imakefile index 5cf018419a..c11a5cf5e8 100644 --- a/src/lib/des425/Imakefile +++ b/src/lib/des425/Imakefile @@ -67,4 +67,3 @@ NormalProgramTarget(verify,$(VERIFYOBJ),libdes425.a,$(EXT_LIB),) NormalLintTarget($(SRCS)) -DependTarget() diff --git a/src/lib/krb5/asn.1/Imakefile b/src/lib/krb5/asn.1/Imakefile index 42f6c09cb9..d67975a70c 100644 --- a/src/lib/krb5/asn.1/Imakefile +++ b/src/lib/krb5/asn.1/Imakefile @@ -168,3 +168,5 @@ CopyHeader(KRB5_pre_defs.h,$(EHDRDIR)) clean:: $(RM) KRB5.ph KRB5_defs.h KRB5_pre_defs.h KRB5-types.h KRB5_tables.c + +DependTarget() diff --git a/src/lib/krb5/ccache/file/Imakefile b/src/lib/krb5/ccache/file/Imakefile index fb497795d5..eae24fef8f 100644 --- a/src/lib/krb5/ccache/file/Imakefile +++ b/src/lib/krb5/ccache/file/Imakefile @@ -39,3 +39,5 @@ SRCS = fcc_close.c fcc_destry.c fcc_eseq.c \ all:: ${OBJS} OtherdirLibraryTarget($(TOP)/lib,krb5,$(OBJS)) + +DependTarget() diff --git a/src/lib/krb5/ccache/stdio/Imakefile b/src/lib/krb5/ccache/stdio/Imakefile index 833b125f05..02324a3508 100644 --- a/src/lib/krb5/ccache/stdio/Imakefile +++ b/src/lib/krb5/ccache/stdio/Imakefile @@ -40,5 +40,7 @@ all:: ${OBJS} OtherdirLibraryTarget($(TOP)/lib,krb5,$(OBJS)) +DependTarget() + test: ${OBJS} scc_test.o ${CC} -o test ${OBJS} scc_test.o diff --git a/src/lib/krb5/error_tables/Imakefile b/src/lib/krb5/error_tables/Imakefile index 001a2b5725..9495ebfce0 100644 --- a/src/lib/krb5/error_tables/Imakefile +++ b/src/lib/krb5/error_tables/Imakefile @@ -49,3 +49,4 @@ CopyHeader(kdb5_err.h,$(EHDRDIR)) OtherdirLibraryTarget($(TOP)/lib,krb5,$(OBJS)) +DependTarget() diff --git a/src/lib/krb5/free/Imakefile b/src/lib/krb5/free/Imakefile index 2da81f1670..f6246e56c3 100644 --- a/src/lib/krb5/free/Imakefile +++ b/src/lib/krb5/free/Imakefile @@ -81,3 +81,5 @@ SRCS= \ f_tkt_auth.c OtherdirLibraryTarget($(TOP)/lib,krb5,$(OBJS)) + +DependTarget() diff --git a/src/lib/krb5/keytab/Imakefile b/src/lib/krb5/keytab/Imakefile index 2428f1fac4..24a62413be 100644 --- a/src/lib/krb5/keytab/Imakefile +++ b/src/lib/krb5/keytab/Imakefile @@ -47,3 +47,5 @@ SRCS= \ read_servi.c OtherdirLibraryTarget($(TOP)/lib,krb5,$(OBJS)) + +DependTarget() diff --git a/src/lib/krb5/keytab/file/Imakefile b/src/lib/krb5/keytab/file/Imakefile index 140f410a78..d3ce70fdfc 100644 --- a/src/lib/krb5/keytab/file/Imakefile +++ b/src/lib/krb5/keytab/file/Imakefile @@ -57,3 +57,5 @@ OBJS = \ ktf_defops.o OtherdirLibraryTarget($(TOP)/lib,krb5,$(OBJS)) + +DependTarget() diff --git a/src/lib/krb5/krb/Imakefile b/src/lib/krb5/krb/Imakefile index 97d980141d..dab3c17335 100644 --- a/src/lib/krb5/krb/Imakefile +++ b/src/lib/krb5/krb/Imakefile @@ -138,3 +138,4 @@ SRCS= addr_comp.c \ OtherdirLibraryTarget($(TOP)/lib,krb5,$(OBJS)) +DependTarget() diff --git a/src/lib/krb5/rcache/Imakefile b/src/lib/krb5/rcache/Imakefile index ff5625c16b..536730a0e0 100644 --- a/src/lib/krb5/rcache/Imakefile +++ b/src/lib/krb5/rcache/Imakefile @@ -41,3 +41,5 @@ SRCS= \ rc_conv.c OtherdirLibraryTarget($(TOP)/lib,krb5,$(OBJS)) + +DependTarget() |
