From: Alexandre Oliva Date: Wed, 27 Jan 1999 07:22:04 +0000 (+0000) Subject: * libltdl/Makefile.am (distclean-local): renamed from X-Git-Tag: release-1-2f~155 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=dc07a72c9a1157c1b3e989b631f8c18034ff924d;p=thirdparty%2Flibtool.git * libltdl/Makefile.am (distclean-local): renamed from distclean-hook, that didn't work --- diff --git a/ChangeLog b/ChangeLog index 288e4f288..a42eb6e9e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 1999-01-27 Alexandre Oliva + * 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 diff --git a/libltdl/Makefile.am b/libltdl/Makefile.am index 529f2641c..472ab0510 100644 --- a/libltdl/Makefile.am +++ b/libltdl/Makefile.am @@ -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)