make sure makefile gets rebuilt
authorJohn Kohl <jtkohl@mit.edu>
Thu, 25 Oct 1990 14:26:33 +0000 (14:26 +0000)
committerJohn Kohl <jtkohl@mit.edu>
Thu, 25 Oct 1990 14:26:33 +0000 (14:26 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1329 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/krb5/Imakefile

index b7c03dfc29e7b94e68a6d16c9f535a807df6a947..1000769759034dfce69bb1bfea9a6129cc0f274b 100644 (file)
@@ -37,6 +37,8 @@ SRCS =        \
        perror.c \
        $(VSSRCS) $(VPSRCS)
 
+all::; (cd asn.1; make Makefile)
+
 MakeSubdirs($(SUBDIRS))
 
 AdditiveLibraryTarget(krb5,$(OBJS))