Ticket #16749: patch-Makefile.diff

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

    old new  
    164164
    165165# CFLAGS and LDFLAGS are for the users to override from the command line.
    166166
    167 CFLAGS = -g -O2 -Wall
    168 LDFLAGS =
    169167ALL_CFLAGS = $(CFLAGS)
    170168ALL_LDFLAGS = $(LDFLAGS)
    171169STRIP ?= strip
     
    187185gitexecdir = $(prefix)/libexec/git-core
    188186sharedir = $(prefix)/share
    189187template_dir = $(sharedir)/git-core/templates
    190 htmldir=$(sharedir)/doc/git-doc
     188htmldir=$(sharedir)/doc/git-core
    191189ifeq ($(prefix),/usr)
    192190sysconfdir = /etc
    193191else
     
    793791        # the runtime dynamic library path.
    794792        CC_LD_DYNPATH = -Wl,-rpath=
    795793else
    796         CC_LD_DYNPATH = -R
     794        CC_LD_DYNPATH = -L
    797795endif
    798796
    799797ifdef NO_CURL