From: John Kohl Date: Wed, 5 Sep 1990 12:15:49 +0000 (+0000) Subject: link support for com_err & ss X-Git-Tag: krb5-1.0-alpha2~329 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=109597fe50baf77753dcbc48e4af3a54fe031941;p=krb5.git link support for com_err & ss git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1082 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/Imakefile b/src/Imakefile index 4086d6c45..27dee70d0 100644 --- a/src/Imakefile +++ b/src/Imakefile @@ -12,13 +12,23 @@ #ifdef UseComErrInstalled COMERRDIR= +all:: + $(RM) include/com_err.h #else COMERRDIR=comerr +all:: + $(RM) include/com_err.h + $(LN) ../comerr/com_err.h include/com_err.h #endif #ifdef UseSSInstalled SSDIR= +all:: + $(RM) include/ss #else SSDIR=ss +all:: + $(RM) include/ss + $(LN) ../ss include/ss #endif SUBDIRS = $(COMERRDIR) $(SSDIR) \ error_tables asn.1 lib kdc admin clients appl