From: Richard Kreckel Date: Wed, 17 Jan 2007 20:36:24 +0000 (+0000) Subject: * Another $EXEECT missing, reported by Fabian Seoane. X-Git-Tag: cln_1-2-0~56 X-Git-Url: https://www.ginac.de/CLN/cln.git//cln.git?a=commitdiff_plain;h=9aac7dbc8944dc6530df2f6f5e26aa966aad5304;p=cln.git * Another $EXEECT missing, reported by Fabian Seoane. --- diff --git a/benchmarks/Makefile.in b/benchmarks/Makefile.in index d50e71d..296aa00 100644 --- a/benchmarks/Makefile.in +++ b/benchmarks/Makefile.in @@ -55,7 +55,7 @@ MODULES_timebench2a = timebench2a MODULES_timebench2ap = timebench2ap MODULES_timebench2b = timebench2b -all : timebench2a timebench2ap timebench2b +all : $(addsuffix ${EXEEXT}, timebench2a timebench2ap timebench2b) %.s : %.c ${CC} ${CFLAGS} ${CPPFLAGS} ${TARGET_ARCH} -S $< -o $@