diff options
author | Matthieu Moy <Matthieu.Moy@imag.fr> | 2010-02-22 23:32:12 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2010-02-22 15:24:45 -0800 |
commit | 00787ed55adbc2350efa911bf0bdebf6ca08c095 (patch) | |
tree | f54877ee15a2c2478fe1f2fa8c651644aaf21dce /Makefile | |
parent | 7aba6185d55e06db3f3ef18daa63baf3821e5030 (diff) | |
download | git-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-- | Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 |