mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

46 lines
1.6 KiB

  1. --- ./dist/Makefile.in.orig 2004-06-25 00:15:26.156739872 +0200
  2. +++ ./dist/Makefile.in 2004-06-25 00:17:37.499772696 +0200
  3. @@ -590,27 +590,14 @@
  4. # List of files installed into the library directory.
  5. ##################################################
  6. LIB_INSTALL_FILE_LIST=\
  7. - $(libdb) \
  8. - $(libso) \
  9. - $(libso_default) \
  10. - $(libso_major) \
  11. $(libdb_version) \
  12. $(libso_target) \
  13. - $(libcxx) \
  14. - $(libxso) \
  15. - $(libxso_default) \
  16. - $(libxso_major) \
  17. $(libcxx_version) \
  18. $(libxso_target) \
  19. - $(libtso) \
  20. - $(libtso_default) \
  21. - $(libtso_major) \
  22. $(libtso_static) \
  23. $(libtso_target) \
  24. - $(libjso) \
  25. - $(libjso_default) \
  26. $(libjso_g) \
  27. - $(libjso_major) \
  28. + $(libjso_default) \
  29. $(libjso_static) \
  30. $(libjso_target) \
  31. $(libj_exjarfile) \
  32. @@ -811,14 +798,6 @@
  33. @cd $(DESTDIR)$(libdir) && $(rm) -f $(LIB_INSTALL_FILE_LIST)
  34. @$(INSTALLER) @INSTALL_LIBS@ $(DESTDIR)$(libdir)
  35. @(cd $(DESTDIR)$(libdir) && \
  36. - test -f $(libso) && $(ln) -s $(libso) $(libso_default); \
  37. - test -f $(libso) && $(ln) -s $(libso) $(libso_major); \
  38. - test -f $(libxso) && $(ln) -s $(libxso) $(libxso_default); \
  39. - test -f $(libxso) && $(ln) -s $(libxso) $(libxso_major); \
  40. - test -f $(libtso) && $(ln) -s $(libtso) $(libtso_default); \
  41. - test -f $(libtso) && $(ln) -s $(libtso) $(libtso_major); \
  42. - test -f $(libjso) && $(ln) -s $(libjso) $(libjso_default); \
  43. - test -f $(libjso) && $(ln) -s $(libjso) $(libjso_major); \
  44. test -f $(libjso) && $(ln) -s $(libjso) $(libjso_g)) || true
  45. @(test -f $(libj_jarfile) && \
  46. $(cp) $(libj_jarfile) $(DESTDIR)$(libdir) && \