projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5861c6f
)
link support for com_err & ss
author
John Kohl
<jtkohl@mit.edu>
Wed, 5 Sep 1990 12:15:49 +0000
(12:15 +0000)
committer
John Kohl
<jtkohl@mit.edu>
Wed, 5 Sep 1990 12:15:49 +0000
(12:15 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1082
dc483132
-0cff-0310-8789-
dd5450dbe970
src/Imakefile
patch
|
blob
|
history
diff --git
a/src/Imakefile
b/src/Imakefile
index 4086d6c45e8cd46332783f46dd65098c0273dac4..27dee70d0ee0fc23a35fe7a21604baa485a365ed 100644
(file)
--- 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