summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLibravatar Matthieu Moy <Matthieu.Moy@imag.fr>2010-02-22 23:32:12 +0100
committerLibravatar Junio C Hamano <gitster@pobox.com>2010-02-22 15:24:45 -0800
commit00787ed55adbc2350efa911bf0bdebf6ca08c095 (patch)
treef54877ee15a2c2478fe1f2fa8c651644aaf21dce /Makefile
parentAdd a testcase for ACL with restrictive umask. (diff)
downloadtgif-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 7bf2fca407..4387d4207f 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