Ticket #28954: 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
     
    12411241        ifdef NO_R_TO_GCC_LINKER
    12421242                # Some gcc does not accept and pass -R to the linker to specify
    12431243                # the runtime dynamic library path.
    1244                 CC_LD_DYNPATH = -Wl,-rpath,
     1244                CC_LD_DYNPATH = -L
    12451245        else
    12461246                CC_LD_DYNPATH = -R
    12471247        endif