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
610 B

  1. --- ./Makefile 2005-09-20 14:26:51.000000000 +0200
  2. +++ ./Makefile 2005-09-20 14:27:04.000000000 +0200
  3. @@ -95,7 +95,7 @@
  4. $(LIBRARY_SO): $(objects_so)
  5. $(CXX) -shared -Wl,-soname,$(LIBRARY_SO_VER) -o $(LIBRARY_SO_VER) $(objects_so)
  6. - ln -s $(LIBRARY_SO_VER) $(LIBRARY_SO)
  7. + ln -fs $(LIBRARY_SO_VER) $(LIBRARY_SO)
  8. clean:
  9. rm -f $(objects) $(objects_so)
  10. @@ -139,7 +139,7 @@
  11. install_sharedlib: $(LIBRARY_SO)
  12. $(INSTALL) $(INSTALL_OPTS_LIB) $(LIBRARY_SO_VER) $(libdir)
  13. - ln -s $(LIBRARY_SO_VER) $(libdir)/$(LIBRARY_SO)
  14. + ln -sf $(LIBRARY_SO_VER) $(libdir)/$(LIBRARY_SO)
  15. ifneq ($(wildcard .depend),)