Ticket #16749: patch-Makefile.diff
File patch-Makefile.diff, 713 bytes (added by maccheck@…, 16 years ago) |
---|
-
Makefile
old new 164 164 165 165 # CFLAGS and LDFLAGS are for the users to override from the command line. 166 166 167 CFLAGS = -g -O2 -Wall168 LDFLAGS =169 167 ALL_CFLAGS = $(CFLAGS) 170 168 ALL_LDFLAGS = $(LDFLAGS) 171 169 STRIP ?= strip … … 187 185 gitexecdir = $(prefix)/libexec/git-core 188 186 sharedir = $(prefix)/share 189 187 template_dir = $(sharedir)/git-core/templates 190 htmldir=$(sharedir)/doc/git- doc188 htmldir=$(sharedir)/doc/git-core 191 189 ifeq ($(prefix),/usr) 192 190 sysconfdir = /etc 193 191 else … … 793 791 # the runtime dynamic library path. 794 792 CC_LD_DYNPATH = -Wl,-rpath= 795 793 else 796 CC_LD_DYNPATH = - R794 CC_LD_DYNPATH = -L 797 795 endif 798 796 799 797 ifdef NO_CURL