* libltdl/Makefile.am (distclean-local): renamed from

distclean-hook, that didn't work
This commit is contained in:
Alexandre Oliva 1999-01-27 07:22:04 +00:00 committed by Alexandre Oliva
parent 09616d6977
commit dc07a72c9a
2 changed files with 4 additions and 4 deletions

View File

@ -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

View 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)