Update Makefile.in to use $(STEXT) so shared libs under AIX work
authorSam Hartman <hartmans@mit.edu>
Tue, 18 Jul 1995 22:05:57 +0000 (22:05 +0000)
committerSam Hartman <hartmans@mit.edu>
Tue, 18 Jul 1995 22:05:57 +0000 (22:05 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6311 dc483132-0cff-0310-8789-dd5450dbe970

src/util/berk_db/ChangeLog
src/util/berk_db/Makefile.in

index 732a65f03da63010724a9935ebfcc14305a8186b..a284e3c2ecd08456b2a528386b988dc65883d94a 100644 (file)
@@ -1,3 +1,12 @@
+Tue Jul 18 18:04:21 1995  Sam Hartman  <hartmans@tertius.mit.edu>
+
+       * Makefile.in (install): Combine the ranlib in with the rest of
+        the rule.  This cleans up the $(STEXT) rule.
+
+Thu Jul 13 16:24:07 1995  Sam Hartman  <hartmans@tertius.mit.edu>
+
+       * Makefile.in (clean-unix): Use libdb.$(STEXT) so that it works
+        under AIX.
 
 Fri Jul 7 16:41:17 EDT 1995    Paul Park       (pjpark@mit.edu)
        * Makefile.in - Add DEPLIBS, needed by shared library rule.
index 8e1299399e6ab625972d640e12252b7891fb3386..b9f726879b64d9f88aba0edae4b45d2fa8268386 100644 (file)
@@ -18,11 +18,8 @@ all-unix::
 
 all-windows::
 
-libdb_ranlib: libdb.a
-       $(RANLIB) libdb.a
-       touch $@
 
-libdb.a: hash/DONE
+libdb.$(STEXT): hash/DONE
        @if test -f $@ ; then \
                for i in $(LIB_SUBDIRS) ; \
                do \
@@ -34,6 +31,7 @@ libdb.a: hash/DONE
                        (set -x; $(LIBUPDATE) --force $@ $$i/DONE $$i) \
                done ; \
        fi
+       $(RANLIB) $@
        touch libdb.stamp
 
 install:: libdb_ranlib