Ticket #26945: patch-Makefile.diff
File patch-Makefile.diff, 611 bytes (added by maccheck@…, 14 years ago) |
---|
-
Makefile
old new 284 284 sharedir = $(prefix)/share 285 285 gitwebdir = $(sharedir)/gitweb 286 286 template_dir = share/git-core/templates 287 htmldir = share/doc/git- doc287 htmldir = share/doc/git-core 288 288 ifeq ($(prefix),/usr) 289 289 sysconfdir = /etc 290 290 ETC_GITCONFIG = $(sysconfdir)/gitconfig … … 1192 1192 ifdef NO_R_TO_GCC_LINKER 1193 1193 # Some gcc does not accept and pass -R to the linker to specify 1194 1194 # the runtime dynamic library path. 1195 CC_LD_DYNPATH = - Wl,-rpath,1195 CC_LD_DYNPATH = -L 1196 1196 else 1197 1197 CC_LD_DYNPATH = -R 1198 1198 endif