mirror of
git://git.savannah.gnu.org/libtool.git
synced 2025-04-06 16:20:23 +08:00
* libltdl/Makefile.am (distclean-local): renamed from
distclean-hook, that didn't work
This commit is contained in:
parent
09616d6977
commit
dc07a72c9a
@ -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
|
||||
|
||||
|
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user