summaryrefslogtreecommitdiffstats
path: root/testsuites
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2005-11-10 14:29:01 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2005-11-10 14:29:01 +0000
commit61994ea48a824befc886be923908d5ef11c6169a (patch)
treeca4da09db787d0477fa3669ea31784d3d94c479e /testsuites
parent2005-11-10 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-61994ea48a824befc886be923908d5ef11c6169a.tar.bz2
Remove redundnant AM_CPPFLAGS
Diffstat (limited to 'testsuites')
-rw-r--r--testsuites/tmtests/tm01/Makefile.am3
-rw-r--r--testsuites/tmtests/tm26/Makefile.am3
2 files changed, 0 insertions, 6 deletions
diff --git a/testsuites/tmtests/tm01/Makefile.am b/testsuites/tmtests/tm01/Makefile.am
index ff6208509e..4502f6e0d5 100644
--- a/testsuites/tmtests/tm01/Makefile.am
+++ b/testsuites/tmtests/tm01/Makefile.am
@@ -28,9 +28,6 @@ include $(top_srcdir)/tmtests.am
OPERATION_COUNT = @OPERATION_COUNT@
AM_CPPFLAGS += -I$(top_srcdir)/include -DOPERATION_COUNT=$(OPERATION_COUNT)
-
-AM_CPPFLAGS += -I$(top_srcdir)/../support/include
-
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
${PGM}: $(OBJS) $(LINK_FILES)
diff --git a/testsuites/tmtests/tm26/Makefile.am b/testsuites/tmtests/tm26/Makefile.am
index e0bf0e2604..b228eaaa58 100644
--- a/testsuites/tmtests/tm26/Makefile.am
+++ b/testsuites/tmtests/tm26/Makefile.am
@@ -28,9 +28,6 @@ include $(top_srcdir)/tmtests.am
OPERATION_COUNT = @OPERATION_COUNT@
AM_CPPFLAGS += -I$(top_srcdir)/include -DOPERATION_COUNT=$(OPERATION_COUNT)
-
-AM_CPPFLAGS += -I$(top_srcdir)/../support/include
-
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
${PGM}: $(OBJS) $(LINK_FILES)