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 <prohaska@zib.de>
This commit is contained in:
Steffen Prohaska
2008-02-24 16:01:14 +01:00
parent 446c466821
commit a0e491d36a

View File

@@ -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