Ticket #26945: patch-Makefile.diff

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

    old new  
    284284sharedir = $(prefix)/share
    285285gitwebdir = $(sharedir)/gitweb
    286286template_dir = share/git-core/templates
    287 htmldir = share/doc/git-doc
     287htmldir = share/doc/git-core
    288288ifeq ($(prefix),/usr)
    289289sysconfdir = /etc
    290290ETC_GITCONFIG = $(sysconfdir)/gitconfig
     
    11921192        ifdef NO_R_TO_GCC_LINKER
    11931193                # Some gcc does not accept and pass -R to the linker to specify
    11941194                # the runtime dynamic library path.
    1195                 CC_LD_DYNPATH = -Wl,-rpath,
     1195                CC_LD_DYNPATH = -L
    11961196        else
    11971197                CC_LD_DYNPATH = -R
    11981198        endif