Ticket #28222: patch-Makefile.diff

File patch-Makefile.diff, 611 bytes (added by maccheck@…, 13 years ago)
  • Makefile

    old new  
    290290sharedir = $(prefix)/share
    291291gitwebdir = $(sharedir)/gitweb
    292292template_dir = share/git-core/templates
    293 htmldir = share/doc/git-doc
     293htmldir = share/doc/git-core
    294294ifeq ($(prefix),/usr)
    295295sysconfdir = /etc
    296296ETC_GITCONFIG = $(sysconfdir)/gitconfig
     
    12391239        ifdef NO_R_TO_GCC_LINKER
    12401240                # Some gcc does not accept and pass -R to the linker to specify
    12411241                # the runtime dynamic library path.
    1242                 CC_LD_DYNPATH = -Wl,-rpath,
     1242                CC_LD_DYNPATH = -L
    12431243        else
    12441244                CC_LD_DYNPATH = -R
    12451245        endif