summaryrefslogtreecommitdiffstats
path: root/libjava/libltdl/Makefile.in
diff options
context:
space:
mode:
authortromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>2006-06-05 15:08:56 +0000
committertromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>2006-06-05 15:08:56 +0000
commit02dd30c4b5a5adf283d75fd5ae2d9c2f11800e3f (patch)
treec66b7df7df6e37a4454afaa2d2146352244916b4 /libjava/libltdl/Makefile.in
parente47352fb8981e74867d70acfac40127787e3fce2 (diff)
downloadppe42-gcc-02dd30c4b5a5adf283d75fd5ae2d9c2f11800e3f.tar.gz
ppe42-gcc-02dd30c4b5a5adf283d75fd5ae2d9c2f11800e3f.zip
PR gcc/27818:
* Makefile.in: Rebuilt. * Makefile.am (install-data-local): Define conditionally. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@114389 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libjava/libltdl/Makefile.in')
-rw-r--r--libjava/libltdl/Makefile.in11
1 files changed, 6 insertions, 5 deletions
diff --git a/libjava/libltdl/Makefile.in b/libjava/libltdl/Makefile.in
index 6bacd8783f2..05dc43dccf1 100644
--- a/libjava/libltdl/Makefile.in
+++ b/libjava/libltdl/Makefile.in
@@ -577,6 +577,7 @@ distclean-generic:
maintainer-clean-generic:
@echo "This command is intended for maintainers to use"
@echo "it deletes files that may require special tools to rebuild."
+@INSTALL_LTDL_FALSE@install-data-local:
clean: clean-am
clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
@@ -654,11 +655,11 @@ $(libltdl_la_OBJECTS) $(libltdlc_la_OBJECTS): libtool
libtool: $(LIBTOOL_DEPS)
$(SHELL) ./config.status --recheck
-install-data-local:
- -rm -rf $(DESTDIR)$(ltdldatadir)
- $(mkinstalldirs) $(DESTDIR)$(ltdldatadir)
- ( cd $(srcdir) && $(AMTAR) chf - $(ltdldatafiles); ) \
- | ( umask 0 && cd $(DESTDIR)$(ltdldatadir) && $(AMTAR) xf -; )
+@INSTALL_LTDL_TRUE@install-data-local:
+@INSTALL_LTDL_TRUE@ -rm -rf $(DESTDIR)$(ltdldatadir)
+@INSTALL_LTDL_TRUE@ $(mkinstalldirs) $(DESTDIR)$(ltdldatadir)
+@INSTALL_LTDL_TRUE@ ( cd $(srcdir) && $(AMTAR) chf - $(ltdldatafiles); ) \
+@INSTALL_LTDL_TRUE@ | ( umask 0 && cd $(DESTDIR)$(ltdldatadir) && $(AMTAR) xf -; )
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT:
OpenPOWER on IntegriCloud