summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/spfatal17/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/sptests/spfatal17/Makefile.am')
-rw-r--r--testsuites/sptests/spfatal17/Makefile.am7
1 files changed, 1 insertions, 6 deletions
diff --git a/testsuites/sptests/spfatal17/Makefile.am b/testsuites/sptests/spfatal17/Makefile.am
index d47e19b559..745ca43f3e 100644
--- a/testsuites/sptests/spfatal17/Makefile.am
+++ b/testsuites/sptests/spfatal17/Makefile.am
@@ -1,8 +1,3 @@
-##
-## $Id$
-##
-
-
rtems_tests_PROGRAMS = spfatal17
spfatal17_SOURCES = ../spfatal_support/init.c \
../spfatal_support/consume_sems.c \
@@ -16,7 +11,7 @@ include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
-AM_CPPFLAGS += -DSEMAPHORES_REMAINING=4
+AM_CPPFLAGS += -DSEMAPHORES_REMAINING=3
LINK_OBJS = $(spfatal17_OBJECTS)
LINK_LIBS = $(spfatal17_LDLIBS)