Ticket #29697: patch-Makefile.diff

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

    old new  
    289289sharedir = $(prefix)/share
    290290gitwebdir = $(sharedir)/gitweb
    291291template_dir = share/git-core/templates
    292 htmldir = share/doc/git-doc
     292htmldir = share/doc/git-core
    293293ETC_GITCONFIG = $(sysconfdir)/gitconfig
    294294ETC_GITATTRIBUTES = $(sysconfdir)/gitattributes
    295295lib = lib
     
    12371237        ifdef NO_R_TO_GCC_LINKER
    12381238                # Some gcc does not accept and pass -R to the linker to specify
    12391239                # the runtime dynamic library path.
    1240                 CC_LD_DYNPATH = -Wl,-rpath,
     1240                CC_LD_DYNPATH = -L
    12411241        else
    12421242                CC_LD_DYNPATH = -R
    12431243        endif