Use the SubdirLibraryRule defined in aclocal.m4 to create the DONE
authorTheodore Tso <tytso@mit.edu>
Fri, 29 Sep 1995 18:22:40 +0000 (18:22 +0000)
committerTheodore Tso <tytso@mit.edu>
Fri, 29 Sep 1995 18:22:40 +0000 (18:22 +0000)
file (and to properly clean it up).

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6896 dc483132-0cff-0310-8789-dd5450dbe970

src/util/pty/ChangeLog
src/util/pty/Makefile.in
src/util/pty/configure.in

index db9fc635e1f190ec84f56140ff8b9c2b87983512..f581373caa7035c3a9f9a1dc404556d9e5971a75 100644 (file)
@@ -1,3 +1,9 @@
+Fri Sep 29 14:18:03 1995  Theodore Y. Ts'o  <tytso@dcl>
+
+       * configure.in:
+       * Makefile.in: Use the SubdirLibraryRule defined in aclocal.m4 to
+               create the DONE file (and to properly clean it up).
+
 Mon Sep 25 16:42:36 1995  Theodore Y. Ts'o  <tytso@dcl>
 
        * Makefile.in: Removed "foo:: foo-$(WHAT)" lines from the
index e08a4153500ae395233e2129bc81ef7377685dce..67276e14c6f4223687c299445b4d55f90b35107e 100644 (file)
@@ -50,10 +50,6 @@ libpty.a: DONE
        $(RANLIB) $@
        touch libpty.stamp
 
-DONE:: $(LIBOBJS)
-        $(RM) DONE
-        echo $(LIBOBJS) >DONE
-
 clean-unix::
        $(RM) $(LIBOBJS) libpty.stamp
 
index 7829d98e32a775540748fbcb6642c66b8eed23f5..32fae25528d5e565e7f68d8d275e9456269be13d 100644 (file)
@@ -145,4 +145,5 @@ USE_KADM_LIBRARY
 USE_KRB4_LIBRARY
 KRB5_LIBRARIES
 V5_USE_SHARED_LIB
+SubdirLibraryRule([$(LIBOBJS)])
 V5_AC_OUTPUT_MAKEFILE