Signed-off-by: Samuel Bronson <naesten@xxxxxxxxx> --- Makefile | 13 +++++++++++++ 1 files changed, 13 insertions(+), 0 deletions(-) diff --git a/Makefile b/Makefile index 07a141d..b485c21 100644 --- a/Makefile +++ b/Makefile @@ -1190,6 +1190,13 @@ prefix_SQ = $(subst ','\'',$(prefix)) SHELL_PATH_SQ = $(subst ','\'',$(SHELL_PATH)) PERL_PATH_SQ = $(subst ','\'',$(PERL_PATH)) TCLTK_PATH_SQ = $(subst ','\'',$(TCLTK_PATH)) +# unconfuse Emacs: ' + +# The above comment is in case there is an odd number of _SQ +# definitions above, since they seem to confuse Emacs. If there is an +# even number of such definitions, it does no harm, since emacs +# doesn't recognize string delimiters inside recognized comments. + LIBS = $(GITLIBS) $(EXTLIBS) @@ -1437,6 +1444,8 @@ cscope: ### Detect prefix changes TRACK_CFLAGS = $(subst ','\'',$(ALL_CFLAGS)):\ $(bindir_SQ):$(gitexecdir_SQ):$(template_dir_SQ):$(prefix_SQ) +# unconfuse Emacs: ' +# (see above comment about "unconfuse Emacs") GIT-CFLAGS: .FORCE-GIT-CFLAGS @FLAGS='$(TRACK_CFLAGS)'; \ @@ -1457,6 +1466,8 @@ GIT-BUILD-OPTIONS: .FORCE-GIT-BUILD-OPTIONS ### Detect Tck/Tk interpreter path changes ifndef NO_TCLTK TRACK_VARS = $(subst ','\'',-DTCLTK_PATH='$(TCLTK_PATH_SQ)') +# unconfuse Emacs: ' +# (see above comment about "unconfuse Emacs") GIT-GUI-VARS: .FORCE-GIT-GUI-VARS @VARS='$(TRACK_VARS)'; \ @@ -1540,6 +1551,8 @@ gitexec_instdir = $(prefix)/$(gitexecdir) endif gitexec_instdir_SQ = $(subst ','\'',$(gitexec_instdir)) export gitexec_instdir +# unconfuse Emacs: ' +# (see above comment about "unconfuse Emacs") install: all $(INSTALL) -d -m 755 '$(DESTDIR_SQ)$(bindir_SQ)' -- 1.6.3.1 -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html