From: John Kohl Date: Fri, 26 Apr 1991 13:39:36 +0000 (+0000) Subject: fix order of entries in makefile so that all:: is the default action X-Git-Tag: krb5-1.0-alpha5~62 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=5077cedf7bdb39887fa85c16a727e7b0c28c3581;p=krb5.git fix order of entries in makefile so that all:: is the default action git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@2039 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/lib/krb5/asn.1/Imakefile b/src/lib/krb5/asn.1/Imakefile index 5542916a8..98b941003 100644 --- a/src/lib/krb5/asn.1/Imakefile +++ b/src/lib/krb5/asn.1/Imakefile @@ -140,10 +140,10 @@ OBJS= \ tkt2ktkt.o \ u2gen.o -includes:: KRB5-types.h - all:: includes +includes:: KRB5-types.h + OtherdirLibraryTarget($(TOP)/lib,krb5,$(OBJS)) PepsyTarget(KRB5)