summaryrefslogtreecommitdiffstats
path: root/testsuites/tmitrontests
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2003-12-01 21:34:14 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2003-12-01 21:34:14 +0000
commit107d0e35c3a6297fe4e94462ba49732a0de449e2 (patch)
tree163e94b32570f5809c3472d64ec738c613dd2dc8 /testsuites/tmitrontests
parent2003-12-01 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-107d0e35c3a6297fe4e94462ba49732a0de449e2.tar.bz2
2003-12-01 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* include/Makefile.am: Reformat. * tmitronsem01/Makefile.am: Remove all-local: $(ARCH).
Diffstat (limited to 'testsuites/tmitrontests')
-rw-r--r--testsuites/tmitrontests/ChangeLog5
-rw-r--r--testsuites/tmitrontests/include/Makefile.am1
-rw-r--r--testsuites/tmitrontests/tmitronsem01/Makefile.am3
3 files changed, 6 insertions, 3 deletions
diff --git a/testsuites/tmitrontests/ChangeLog b/testsuites/tmitrontests/ChangeLog
index 07129b7538..e1ec87406a 100644
--- a/testsuites/tmitrontests/ChangeLog
+++ b/testsuites/tmitrontests/ChangeLog
@@ -1,3 +1,8 @@
+2003-12-01 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * include/Makefile.am: Reformat.
+ * tmitronsem01/Makefile.am: Remove all-local: $(ARCH).
+
2003-11-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Reflect having moved to testsuites/.
diff --git a/testsuites/tmitrontests/include/Makefile.am b/testsuites/tmitrontests/include/Makefile.am
index 536b382fc2..43e177d584 100644
--- a/testsuites/tmitrontests/include/Makefile.am
+++ b/testsuites/tmitrontests/include/Makefile.am
@@ -2,7 +2,6 @@
## $Id$
##
-
noinst_HEADERS = timesys.h
include $(top_srcdir)/../automake/local.am
diff --git a/testsuites/tmitrontests/tmitronsem01/Makefile.am b/testsuites/tmitrontests/tmitronsem01/Makefile.am
index e0da19b4fd..a95a0f01e8 100644
--- a/testsuites/tmitrontests/tmitronsem01/Makefile.am
+++ b/testsuites/tmitrontests/tmitronsem01/Makefile.am
@@ -2,7 +2,6 @@
## $Id$
##
-
TEST = tmitronsem01
MANAGERS = all
@@ -38,7 +37,7 @@ AM_CPPFLAGS += -I$(top_srcdir)/include -DOPERATION_COUNT=$(OPERATION_COUNT)
${PGM}: $(OBJS) $(LINK_FILES)
$(make-exe)
-all-local: $(ARCH) $(TMPINSTALL_FILES)
+all-local: $(TMPINSTALL_FILES)
EXTRA_DIST = $(C_FILES) $(DOCS)