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

  1. --- ./Makefile 2005-09-20 14:27:48.000000000 +0200
  2. +++ ./Makefile 2005-09-20 14:28:06.000000000 +0200
  3. @@ -103,7 +103,7 @@
  4. $(LIBRARY_SO): $(objects_so)
  5. $(CXX) -shared -Wl,-soname,$(LIBRARY_SO_VER) -o $(LIBRARY_SO_VER) $(objects_so) -lebml
  6. - ln -s $(LIBRARY_SO_VER) $(LIBRARY_SO)
  7. + ln -fs $(LIBRARY_SO_VER) $(LIBRARY_SO)
  8. clean: cleantest
  9. rm -f $(objects) $(objects_so)
  10. @@ -171,7 +171,7 @@
  11. install_sharedlib: $(LIBRARY_SO)
  12. $(INSTALL) $(INSTALL_DIR_OPTS) -d $(libdir)
  13. $(INSTALL) $(INSTALL_OPTS_LIB) $(LIBRARY_SO_VER) $(libdir)
  14. - ln -s $(LIBRARY_SO_VER) $(libdir)/$(LIBRARY_SO)
  15. + ln -fs $(LIBRARY_SO_VER) $(libdir)/$(LIBRARY_SO)
  16. ifneq ($(wildcard .depend),)
  17. include .depend