fix up order for all::
authorJohn Kohl <jtkohl@mit.edu>
Wed, 9 May 1990 15:23:46 +0000 (15:23 +0000)
committerJohn Kohl <jtkohl@mit.edu>
Wed, 9 May 1990 15:23:46 +0000 (15:23 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@803 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/krb5/error_tables/Imakefile

index 665babeb933507ac44f7fabe95fa07b79f8a46d4..e4c307026a3451eb181c40c54892ed92a8b5fe23 100644 (file)
@@ -4,9 +4,10 @@ OBJS=isode_err.o kdb5_err.o krb5_err.o
 
 HDRS=isode_err.h kdb5_err.h krb5_err.h
 
+all:: ${HDRS} ${SRCS} ${OBJS}
+
 NormalLibraryObjectRule()
 ErrorTableObjectRule()
 
 OtherdirLibraryTarget($(TOP)/lib,krb5,$(OBJS))
 
-all:: ${HDRS} ${SRCS}