aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorEzra Peisach <epeisach@mit.edu>2009-09-29 00:31:54 +0000
committerEzra Peisach <epeisach@mit.edu>2009-09-29 00:31:54 +0000
commit6ef1bd0a1adfcf8c10e8b64eb94e5481239ff7b9 (patch)
treea630753e97a579dc81362d0fa2949f601d4dd687 /src
parentef5ed133699077c37f388964e44c9e5eb55231b3 (diff)
downloadkrb5-6ef1bd0a1adfcf8c10e8b64eb94e5481239ff7b9.zip
krb5-6ef1bd0a1adfcf8c10e8b64eb94e5481239ff7b9.tar.gz
krb5-6ef1bd0a1adfcf8c10e8b64eb94e5481239ff7b9.tar.bz2
Remove OBJS.ST from SUBDIROBJLISTS so that running make does not
rebuild shared library when running make from the top. (make otherwise thinks that OBJS.ST depends on "all-recurse" - which does not exist, and rebuilds it all the time. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@22806 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src')
-rw-r--r--src/lib/crypto/builtin/Makefile.in2
-rw-r--r--src/lib/crypto/krb/Makefile.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/crypto/builtin/Makefile.in b/src/lib/crypto/builtin/Makefile.in
index c1d8a55..eae7da2 100644
--- a/src/lib/crypto/builtin/Makefile.in
+++ b/src/lib/crypto/builtin/Makefile.in
@@ -46,7 +46,7 @@ SUBDIROBJLISTS= des/OBJS.ST md4/OBJS.ST \
md5/OBJS.ST sha1/OBJS.ST \
enc_provider/OBJS.ST \
arcfour/OBJS.ST \
- aes/OBJS.ST OBJS.ST
+ aes/OBJS.ST
##DOS##LIBOBJS = $(OBJS)
diff --git a/src/lib/crypto/krb/Makefile.in b/src/lib/crypto/krb/Makefile.in
index 0a0cd67..909d3de 100644
--- a/src/lib/crypto/krb/Makefile.in
+++ b/src/lib/crypto/krb/Makefile.in
@@ -158,7 +158,7 @@ STOBJLISTS=crc32/OBJS.ST dk/OBJS.ST \
SUBDIROBJLISTS=crc32/OBJS.ST dk/OBJS.ST \
hash_provider/OBJS.ST keyhash_provider/OBJS.ST \
prf/OBJS.ST rand2key/OBJS.ST \
- old/OBJS.ST raw/OBJS.ST yarrow/OBJS.ST OBJS.ST
+ old/OBJS.ST raw/OBJS.ST yarrow/OBJS.ST
##DOS##LIBOBJS = $(OBJS)