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 <johannes.schindelin@gmx.de>
This commit is contained in:
Johannes Schindelin
2009-02-18 16:22:36 +01:00
parent ea81ef5fea
commit 89012a7916

View File

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