aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMatthieu Moy <Matthieu.Moy@imag.fr>2010-02-22 23:32:12 +0100
committerJunio C Hamano <gitster@pobox.com>2010-02-22 15:24:45 -0800
commit00787ed55adbc2350efa911bf0bdebf6ca08c095 (patch)
treef54877ee15a2c2478fe1f2fa8c651644aaf21dce /Makefile
parent7aba6185d55e06db3f3ef18daa63baf3821e5030 (diff)
downloadgit-00787ed55adbc2350efa911bf0bdebf6ca08c095.tar.gz
git-00787ed55adbc2350efa911bf0bdebf6ca08c095.tar.xz
Move gitmkstemps to path.c
This function used to be only a compatibility function, but we're going to extend it and actually use it, so make it part of Git. Signed-off-by: Matthieu Moy <Matthieu.Moy@imag.fr> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7bf2fca40..4387d4207 100644
--- a/Makefile
+++ b/Makefile
@@ -1200,7 +1200,6 @@ ifdef NO_MKDTEMP
endif
ifdef NO_MKSTEMPS
COMPAT_CFLAGS += -DNO_MKSTEMPS
- COMPAT_OBJS += compat/mkstemps.o
endif
ifdef NO_UNSETENV
COMPAT_CFLAGS += -DNO_UNSETENV