Ticket #28222: patch-Makefile.diff
File patch-Makefile.diff, 611 bytes (added by maccheck@…, 14 years ago) |
---|
-
Makefile
old new 290 290 sharedir = $(prefix)/share 291 291 gitwebdir = $(sharedir)/gitweb 292 292 template_dir = share/git-core/templates 293 htmldir = share/doc/git- doc293 htmldir = share/doc/git-core 294 294 ifeq ($(prefix),/usr) 295 295 sysconfdir = /etc 296 296 ETC_GITCONFIG = $(sysconfdir)/gitconfig … … 1239 1239 ifdef NO_R_TO_GCC_LINKER 1240 1240 # Some gcc does not accept and pass -R to the linker to specify 1241 1241 # the runtime dynamic library path. 1242 CC_LD_DYNPATH = - Wl,-rpath,1242 CC_LD_DYNPATH = -L 1243 1243 else 1244 1244 CC_LD_DYNPATH = -R 1245 1245 endif