summaryrefslogtreecommitdiffstats
path: root/c/src/tests/tmtests/tmoverhd/Makefile.in
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-11-18 13:58:02 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-11-18 13:58:02 +0000
commitb7852c27b14a286dc03fbcc5303252ee33cc717c (patch)
treec2c1a6c73292605aabfdb4c5d1e31fc2c3910bc0 /c/src/tests/tmtests/tmoverhd/Makefile.in
parentComment added. (diff)
downloadrtems-b7852c27b14a286dc03fbcc5303252ee33cc717c.tar.bz2
Patch rtems-rc-19991105-3.diff.gz from Ralf Corsepius
<corsepiu@faw.uni-ulm.de> which turns OPERATION_COUNT into a configure time option.
Diffstat (limited to '')
-rw-r--r--c/src/tests/tmtests/tmoverhd/Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/c/src/tests/tmtests/tmoverhd/Makefile.in b/c/src/tests/tmtests/tmoverhd/Makefile.in
index 2e198e95fc..37e2446272 100644
--- a/c/src/tests/tmtests/tmoverhd/Makefile.in
+++ b/c/src/tests/tmtests/tmoverhd/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 +=