* 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>
## 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