mirror of
git://git.savannah.gnu.org/libtool.git
synced 2025-01-18 14:16:00 +08:00
* libltdl/loaders/Makefile.am (install-data-local): Ditto.
This commit is contained in:
parent
1e25bb10f1
commit
7687d52ee1
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user