@@ -492,7 +492,6 @@ lib = lib
492
492
# DESTDIR =
493
493
pathsep = :
494
494
495
- localedir_relative = $(patsubst $(prefix ) /% ,% ,$(localedir ) )
496
495
mandir_relative = $(patsubst $(prefix ) /% ,% ,$(mandir ) )
497
496
infodir_relative = $(patsubst $(prefix ) /% ,% ,$(infodir ) )
498
497
htmldir_relative = $(patsubst $(prefix ) /% ,% ,$(htmldir ) )
@@ -1742,7 +1741,6 @@ mandir_relative_SQ = $(subst ','\'',$(mandir_relative))
1742
1741
infodir_relative_SQ = $(subst ','\'',$(infodir_relative ) )
1743
1742
perllibdir_SQ = $(subst ','\'',$(perllibdir ) )
1744
1743
localedir_SQ = $(subst ','\'',$(localedir ) )
1745
- localedir_relative_SQ = $(subst ','\'',$(localedir_relative ) )
1746
1744
gitexecdir_SQ = $(subst ','\'',$(gitexecdir ) )
1747
1745
template_dir_SQ = $(subst ','\'',$(template_dir ) )
1748
1746
htmldir_relative_SQ = $(subst ','\'',$(htmldir_relative ) )
@@ -2166,7 +2164,7 @@ attr.sp attr.s attr.o: EXTRA_CPPFLAGS = \
2166
2164
2167
2165
gettext.sp gettext.s gettext.o : GIT-PREFIX
2168
2166
gettext.sp gettext.s gettext.o : EXTRA_CPPFLAGS = \
2169
- -DGIT_LOCALE_PATH=' "$(localedir_relative_SQ )"'
2167
+ -DGIT_LOCALE_PATH=' "$(localedir_SQ )"'
2170
2168
2171
2169
http-push.sp http.sp http-walker.sp remote-curl.sp imap-send.sp : SPARSE_FLAGS += \
2172
2170
-DCURL_DISABLE_TYPECHECK
0 commit comments