From a0e491d36a4bf1c19b68be90d82f79a3da95b2f0 Mon Sep 17 00:00:00 2001 From: Steffen Prohaska Date: Sun, 24 Feb 2008 16:01:14 +0100 Subject: [PATCH] Makefile(msysgit): Do no longer set symlinks=false during installation We track /etc/gitconfig in msysgit and therefore do no longer need to set symlinks=false during installation. This commit removes the unnecessary command from the install target and thus reduces the differences to official git's Makefile. Signed-off-by: Steffen Prohaska --- Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Makefile b/Makefile index 1272b474b4..1b6081782d 100644 --- a/Makefile +++ b/Makefile @@ -1111,8 +1111,6 @@ install: all $(INSTALL) -d -m 755 '$(DESTDIR_SQ)$(sysconfdir_SQ)' $(INSTALL) $(ALL_PROGRAMS) '$(DESTDIR_SQ)$(gitexecdir_SQ)' $(INSTALL) git$X '$(DESTDIR_SQ)$(bindir_SQ)' - GIT_CONFIG='$(DESTDIR_SQ)$(sysconfdir_SQ)/gitconfig' \ - $(DESTDIR_SQ)$(bindir_SQ)/git$X config core.symlinks false $(MAKE) -C templates DESTDIR='$(DESTDIR_SQ)' install $(MAKE) -C perl prefix='$(prefix_SQ)' DESTDIR='$(DESTDIR_SQ)' install ifndef NO_TCLTK