projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6c384f7
)
make sure makefile gets rebuilt
author
John Kohl
<jtkohl@mit.edu>
Thu, 25 Oct 1990 14:26:33 +0000
(14:26 +0000)
committer
John 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
patch
|
blob
|
history
diff --git
a/src/lib/krb5/Imakefile
b/src/lib/krb5/Imakefile
index b7c03dfc29e7b94e68a6d16c9f535a807df6a947..1000769759034dfce69bb1bfea9a6129cc0f274b 100644
(file)
--- a/
src/lib/krb5/Imakefile
+++ b/
src/lib/krb5/Imakefile
@@
-37,6
+37,8
@@
SRCS = \
perror.c \
$(VSSRCS) $(VPSRCS)
+all::; (cd asn.1; make Makefile)
+
MakeSubdirs($(SUBDIRS))
AdditiveLibraryTarget(krb5,$(OBJS))