From b7852c27b14a286dc03fbcc5303252ee33cc717c Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 18 Nov 1999 13:58:02 +0000 Subject: Patch rtems-rc-19991105-3.diff.gz from Ralf Corsepius which turns OPERATION_COUNT into a configure time option. --- c/src/tests/tmtests/tm14/Makefile.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'c/src/tests/tmtests/tm14') diff --git a/c/src/tests/tmtests/tm14/Makefile.in b/c/src/tests/tmtests/tm14/Makefile.in index c4dc7f8dce..3add509490 100644 --- a/c/src/tests/tmtests/tm14/Makefile.in +++ b/c/src/tests/tmtests/tm14/Makefile.in @@ -44,8 +44,9 @@ PACKHEX = @PACKHEX@ # (OPTIONAL) Add local stuff here using += # +OPERATION_COUNT = @OPERATION_COUNT@ DEFINES += -CPPFLAGS += -I$(srcdir)/../include +CPPFLAGS += -I$(srcdir)/../include -DOPERATION_COUNT=$(OPERATION_COUNT) CFLAGS += LD_PATHS += -- cgit v1.2.3