From 89012a7916918de08031e7c415afd79d9e68dce2 Mon Sep 17 00:00:00 2001 From: Johannes Schindelin Date: Wed, 18 Feb 2009 16:22:36 +0100 Subject: [PATCH] Remove last remnant of NOEXECTEMPL Upstream Git learnt the trick from us, but decided to call it 'sample' instead of 'noexec'. Signed-off-by: Johannes Schindelin --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index a9bbf3d8a3..be00623c81 100644 --- a/Makefile +++ b/Makefile @@ -809,7 +809,6 @@ ifneq (,$(findstring MINGW,$(uname_S))) COMPAT_OBJS += compat/mingw.o compat/fnmatch/fnmatch.o compat/regex/regex.o compat/winansi.o EXTLIBS += -lws2_32 X = .exe - NOEXECTEMPL = .noexec htmldir=doc/git/html/ endif ifneq (,$(findstring arm,$(uname_M)))