Ticket #29697: patch-Makefile.diff
File patch-Makefile.diff, 629 bytes (added by maccheck@…, 13 years ago) |
---|
-
Makefile
old new 289 289 sharedir = $(prefix)/share 290 290 gitwebdir = $(sharedir)/gitweb 291 291 template_dir = share/git-core/templates 292 htmldir = share/doc/git- doc292 htmldir = share/doc/git-core 293 293 ETC_GITCONFIG = $(sysconfdir)/gitconfig 294 294 ETC_GITATTRIBUTES = $(sysconfdir)/gitattributes 295 295 lib = lib … … 1237 1237 ifdef NO_R_TO_GCC_LINKER 1238 1238 # Some gcc does not accept and pass -R to the linker to specify 1239 1239 # the runtime dynamic library path. 1240 CC_LD_DYNPATH = - Wl,-rpath,1240 CC_LD_DYNPATH = -L 1241 1241 else 1242 1242 CC_LD_DYNPATH = -R 1243 1243 endif