]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* libltdl/Makefile.am (distclean-local): renamed from
authorAlexandre Oliva <oliva@dcc.unicamp.br>
Wed, 27 Jan 1999 07:22:04 +0000 (07:22 +0000)
committerAlexandre Oliva <aoliva@redhat.com>
Wed, 27 Jan 1999 07:22:04 +0000 (07:22 +0000)
distclean-hook, that didn't work

ChangeLog
libltdl/Makefile.am

index 288e4f288dfd060056da8db840e2789fb2110e38..a42eb6e9e4c4fa81640789a41abd14be0034217c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 1999-01-27  Alexandre Oliva  <oliva@dcc.unicamp.br>
 
+       * libltdl/Makefile.am (distclean-local): renamed from
+       distclean-hook, that didn't work
+
        * libltdl/ltdl.c (lt_dlopen, non-.la): find_file now returns 0 on
        failure
 
index 529f2641c4bb3e7649a97e9b9986b8a65d963bc5..472ab0510e967694daa637cd6a25c38ecf2c0042 100644 (file)
@@ -23,10 +23,7 @@ EXTRA_LTLIBRARIES =
        $(LINK) -o $@ $(libltdl_la_OBJECTS) \
                -rpath $(libdir) $(LTDL_VERSION) $(libltdl_la_LIBADD)
 
-## automake 1.4 claims to support distclean-hook, but it does not :-(
-.PHONY: distclean-hook
-distclean-am: distclean-hook
-distclean-hook:
+distclean-local:
        test -z $(TOINST) || rm -rf $(TOINST)
 
 libtool: $(LIBTOOL_DEPS)