projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1cabf29
)
* Makefile.in: don't install libss.a
author
Tom Yu
<tlyu@mit.edu>
Tue, 13 Jun 1995 05:49:42 +0000
(
05:49
+0000)
committer
Tom Yu
<tlyu@mit.edu>
Tue, 13 Jun 1995 05:49:42 +0000
(
05:49
+0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6051
dc483132
-0cff-0310-8789-
dd5450dbe970
src/util/ss/ChangeLog
patch
|
blob
|
history
src/util/ss/Makefile.in
patch
|
blob
|
history
diff --git
a/src/util/ss/ChangeLog
b/src/util/ss/ChangeLog
index 7e324e8292b479fe19ed4ca5d1321764e27ea839..f6250d87f48fd14315dedbda3dc0060424baf778 100644
(file)
--- a/
src/util/ss/ChangeLog
+++ b/
src/util/ss/ChangeLog
@@
-1,3
+1,7
@@
+Tue Jun 13 01:48:33 1995 Tom Yu (tlyu@dragons-lair)
+
+ * Makefile.in: don't install libss.a
+
Fri Jun 9 19:00:11 1995 <tytso@rsx-11.mit.edu>
* configure.in: Remove standardized set of autoconf macros, which
diff --git
a/src/util/ss/Makefile.in
b/src/util/ss/Makefile.in
index f26a9b4b88e6fc3fb3b360341300579569ad215d..0e47112edcfc2c872a26544fc262c0eee7e7f5c4 100644
(file)
--- a/
src/util/ss/Makefile.in
+++ b/
src/util/ss/Makefile.in
@@
-120,14
+120,6
@@
libss.a: $(OBJS)
clean::
$(RM) libss.a
-install::
- $(INSTALLLIB) libss.a $(DESTDIR)$(LIBDIR)/libss.a
- $(CHMOD) 644 $(DESTDIR)$(LIBDIR)/libss.a
- $(RANLIB) $(DESTDIR)$(LIBDIR)/libss.a
- $(CHMOD) 444 $(DESTDIR)$(LIBDIR)/libss.a
-##
-
-
libss.o: $(OBJS)
$(LD) -r -s -o $@ $(OBJS)
$(CHMOD) -x $@