* libltdl/loaders/Makefile.am (install-data-local): Ditto.

This commit is contained in:
Gary V. Vaughan 2005-02-23 15:57:15 +00:00
parent 1e25bb10f1
commit 7687d52ee1
2 changed files with 4 additions and 2 deletions

View File

@ -2,6 +2,7 @@
* libltdl/Makefile.am (install-data-local): Don't forget about
$(DESTDIR).
* libltdl/loaders/Makefile.am (install-data-local): Ditto.
2005-02-23 Gary V. Vaughan <gary@gnu.org>

View File

@ -57,9 +57,10 @@ ltdldatafiles = Makefile.am dld_link.c dlopen.c dyld.c \
## To avoid spurious reconfiguration when the user installs these files
## with libtoolize, we have to preserve their timestamps carefully:
install-data-local:
$(mkinstalldirs) $(ltdldatadir)
-rm -rf $(DESTDIR)$(ltdldatadir)
$(mkinstalldirs) $(DESTDIR)$(ltdldatadir)
$(AMTAR) cf - $(ltdldatafiles) \
| ( cd $(ltdldatadir) && $(AMTAR) xf -; )
| ( cd $(DESTDIR)$(ltdldatadir) && $(AMTAR) xf -; )
../libdlloader.la:
cd ..; $(MAKE) $(AM_MAKEFLAGS) libdlloader.la