From: Niels Möller Date: Mon, 7 Nov 2005 21:35:11 +0000 (+0100) Subject: * examples/Makefile.in (TARGETS): Use $(EXEEXT). X-Git-Tag: nettle_1.14_release_20051205~59 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=51d39ccb4934ef5160275549cfa3255b7ddafe14;p=thirdparty%2Fnettle.git * examples/Makefile.in (TARGETS): Use $(EXEEXT). Rev: src/nettle/examples/Makefile.in:1.11 --- diff --git a/examples/Makefile.in b/examples/Makefile.in index f742124b..cce21672 100644 --- a/examples/Makefile.in +++ b/examples/Makefile.in @@ -11,7 +11,7 @@ PRE_CPPFLAGS = -I.. -I$(top_srcdir) PRE_LDFLAGS = -L.. OPENSSL_LIBFLAGS = @OPENSSL_LIBFLAGS@ -TARGETS = nettle-benchmark @RSA_EXAMPLES@ +TARGETS = nettle-benchmark$(EXEEXT) @RSA_EXAMPLES@ SOURCES = nettle-benchmark.c nettle-openssl.c \ io.c getopt.c getopt1.c \ rsa-encrypt.c rsa-decrypt.c rsa-keygen.c rsa-sign.c rsa-verify.c