summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJohn Carr <jfc@mit.edu>1991-06-06 23:51:40 +0000
committerJohn Carr <jfc@mit.edu>1991-06-06 23:51:40 +0000
commit7260fccd70341772050aae3aef2a04525de880c6 (patch)
tree8380fae38d078dbd65ea02f3ae9e9779628314e1 /src
parentf5d37d14b98b0107237a3a467ded2f13a6d904a4 (diff)
downloadkrb5-7260fccd70341772050aae3aef2a04525de880c6.tar.gz
krb5-7260fccd70341772050aae3aef2a04525de880c6.tar.xz
krb5-7260fccd70341772050aae3aef2a04525de880c6.zip
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')
-rw-r--r--src/lib/des425/Imakefile1
-rw-r--r--src/lib/krb5/asn.1/Imakefile2
-rw-r--r--src/lib/krb5/ccache/file/Imakefile2
-rw-r--r--src/lib/krb5/ccache/stdio/Imakefile2
-rw-r--r--src/lib/krb5/error_tables/Imakefile1
-rw-r--r--src/lib/krb5/free/Imakefile2
-rw-r--r--src/lib/krb5/keytab/Imakefile2
-rw-r--r--src/lib/krb5/keytab/file/Imakefile2
-rw-r--r--src/lib/krb5/krb/Imakefile1
-rw-r--r--src/lib/krb5/rcache/Imakefile2
10 files changed, 16 insertions, 1 deletions
diff --git a/src/lib/des425/Imakefile b/src/lib/des425/Imakefile
index 5cf018419..c11a5cf5e 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 42f6c09cb..d67975a70 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 fb497795d..eae24fef8 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 833b125f0..02324a350 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 001a2b572..9495ebfce 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 2da81f167..f6246e56c 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 2428f1fac..24a62413b 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 140f410a7..d3ce70fdf 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 97d980141..dab3c1733 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 ff5625c16..536730a0e 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()