From dc07a72c9a1157c1b3e989b631f8c18034ff924d Mon Sep 17 00:00:00 2001 From: Alexandre Oliva Date: Wed, 27 Jan 1999 07:22:04 +0000 Subject: [PATCH] * libltdl/Makefile.am (distclean-local): renamed from distclean-hook, that didn't work --- ChangeLog | 3 +++ libltdl/Makefile.am | 5 +---- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 288e4f28..a42eb6e9 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 529f2641..472ab051 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)