From 9630fc1a1fce743adc14a206f36c0737fb9c500b Mon Sep 17 00:00:00 2001 From: Theodore Tso Date: Fri, 29 Sep 1995 18:22:40 +0000 Subject: [PATCH] Use the SubdirLibraryRule defined in aclocal.m4 to create the DONE 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 | 6 ++++++ src/util/pty/Makefile.in | 4 ---- src/util/pty/configure.in | 1 + 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/src/util/pty/ChangeLog b/src/util/pty/ChangeLog index db9fc635e..f581373ca 100644 --- a/src/util/pty/ChangeLog +++ b/src/util/pty/ChangeLog @@ -1,3 +1,9 @@ +Fri Sep 29 14:18:03 1995 Theodore Y. Ts'o + + * 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 * Makefile.in: Removed "foo:: foo-$(WHAT)" lines from the diff --git a/src/util/pty/Makefile.in b/src/util/pty/Makefile.in index e08a41535..67276e14c 100644 --- a/src/util/pty/Makefile.in +++ b/src/util/pty/Makefile.in @@ -50,10 +50,6 @@ libpty.a: DONE $(RANLIB) $@ touch libpty.stamp -DONE:: $(LIBOBJS) - $(RM) DONE - echo $(LIBOBJS) >DONE - clean-unix:: $(RM) $(LIBOBJS) libpty.stamp diff --git a/src/util/pty/configure.in b/src/util/pty/configure.in index 7829d98e3..32fae2552 100644 --- a/src/util/pty/configure.in +++ b/src/util/pty/configure.in @@ -145,4 +145,5 @@ USE_KADM_LIBRARY USE_KRB4_LIBRARY KRB5_LIBRARIES V5_USE_SHARED_LIB +SubdirLibraryRule([$(LIBOBJS)]) V5_AC_OUTPUT_MAKEFILE -- 2.26.2