make kdc5_err.o first so the .h files get built
authorJohn Kohl <jtkohl@mit.edu>
Thu, 3 May 1990 10:38:09 +0000 (10:38 +0000)
committerJohn Kohl <jtkohl@mit.edu>
Thu, 3 May 1990 10:38:09 +0000 (10:38 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@700 dc483132-0cff-0310-8789-dd5450dbe970

src/kdc/Imakefile

index 0ca3f7d750e65c3f5adf2616a028f7c4f2a26c50..2d4435e353033be75a0596d13ae637af2e6b94ed 100644 (file)
@@ -1,4 +1,5 @@
 SRCS= \
+       kdc5_err.ct \
        dispatch.c \
        do_as_req.c \
        do_tgs_req.c \
@@ -6,10 +7,10 @@ SRCS= \
        main.c \
        network.c \
        policy.c \
-       extern.c \
-       kdc5_err.c
+       extern.c
 
 OBJS= \
+       kdc5_err.o \
        dispatch.o \
        do_as_req.o \
        do_tgs_req.o \
@@ -17,8 +18,7 @@ OBJS= \
        main.o \
        network.o \
        policy.o \
-       extern.o \
-       kdc5_err.o
+       extern.o
 
 ErrorTableObjectRule()