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.

20 lines
679 B

  1. --- ./Makefile.orig 2006-03-30 21:05:11.000000000 +0200
  2. +++ ./Makefile 2006-05-26 22:34:57.000000000 +0200
  3. @@ -96,7 +96,7 @@
  4. $(LIBRARY_SO): $(objects_so)
  5. $(CXX) -shared -Wl,-soname,$(LIBRARY_SO_VER) -o $(LIBRARY_SO_VER) $(objects_so)
  6. rm -f $(LIBRARY_SO)
  7. - ln -s $(LIBRARY_SO_VER) $(LIBRARY_SO)
  8. + ln -fs $(LIBRARY_SO_VER) $(LIBRARY_SO)
  9. clean:
  10. rm -f $(objects) $(objects_so)
  11. @@ -141,7 +141,7 @@
  12. install_sharedlib: $(LIBRARY_SO)
  13. $(INSTALL) $(INSTALL_DIR_OPTS) -d $(libdir)
  14. $(INSTALL) $(INSTALL_OPTS_LIB) $(LIBRARY_SO_VER) $(libdir)
  15. - ln -s $(LIBRARY_SO_VER) $(libdir)/$(LIBRARY_SO)
  16. + ln -sf $(LIBRARY_SO_VER) $(libdir)/$(LIBRARY_SO)
  17. ifneq ($(wildcard .depend),)