summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--testsuites/itrontests/ChangeLog12
-rw-r--r--testsuites/itrontests/itronhello/Makefile.am3
-rw-r--r--testsuites/itrontests/itronmbf01/Makefile.am3
-rw-r--r--testsuites/itrontests/itronmbox01/Makefile.am3
-rw-r--r--testsuites/itrontests/itronsem01/Makefile.am3
-rw-r--r--testsuites/itrontests/itrontask01/Makefile.am3
-rw-r--r--testsuites/itrontests/itrontask02/Makefile.am3
-rw-r--r--testsuites/itrontests/itrontask03/Makefile.am3
-rw-r--r--testsuites/itrontests/itrontask04/Makefile.am3
-rw-r--r--testsuites/itrontests/itrontime01/Makefile.am3
10 files changed, 21 insertions, 18 deletions
diff --git a/testsuites/itrontests/ChangeLog b/testsuites/itrontests/ChangeLog
index fd161cc1f6..4ab53b52f7 100644
--- a/testsuites/itrontests/ChangeLog
+++ b/testsuites/itrontests/ChangeLog
@@ -1,3 +1,15 @@
+2003-12-01 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * itronhello/Makefile.am: Remove all-local: $(ARCH).
+ * itronmbf01/Makefile.am: Remove all-local: $(ARCH).
+ * itronmbox01/Makefile.am: Remove all-local: $(ARCH).
+ * itronsem01/Makefile.am: Remove all-local: $(ARCH).
+ * itrontask01/Makefile.am: Remove all-local: $(ARCH).
+ * itrontask02/Makefile.am: Remove all-local: $(ARCH).
+ * itrontask03/Makefile.am: Remove all-local: $(ARCH).
+ * itrontask04/Makefile.am: Remove all-local: $(ARCH).
+ * itrontime01/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/itrontests/itronhello/Makefile.am b/testsuites/itrontests/itronhello/Makefile.am
index 9d57b15b4c..8be6952d91 100644
--- a/testsuites/itrontests/itronhello/Makefile.am
+++ b/testsuites/itrontests/itronhello/Makefile.am
@@ -2,7 +2,6 @@
## $Id$
##
-
TEST = itronhello
PGM = ${ARCH}/$(TEST).exe
@@ -34,7 +33,7 @@ include $(top_srcdir)/itrontests.am
${PGM}: $(OBJS) $(LINK_FILES)
$(make-exe)
-all-local: $(ARCH) $(TMPINSTALL_FILES)
+all-local: $(TMPINSTALL_FILES)
EXTRA_DIST = $(C_FILES) $(DOCS)
diff --git a/testsuites/itrontests/itronmbf01/Makefile.am b/testsuites/itrontests/itronmbf01/Makefile.am
index 6a0e8f5b40..94984f9bc3 100644
--- a/testsuites/itrontests/itronmbf01/Makefile.am
+++ b/testsuites/itrontests/itronmbf01/Makefile.am
@@ -2,7 +2,6 @@
## $Id$
##
-
TEST = itronmbf01
PGM = ${ARCH}/$(TEST).exe
@@ -34,7 +33,7 @@ include $(top_srcdir)/itrontests.am
${PGM}: $(OBJS) $(LINK_FILES)
$(make-exe)
-all-local: $(ARCH) $(TMPINSTALL_FILES)
+all-local: $(TMPINSTALL_FILES)
EXTRA_DIST = $(C_FILES) $(DOCS)
diff --git a/testsuites/itrontests/itronmbox01/Makefile.am b/testsuites/itrontests/itronmbox01/Makefile.am
index eedb582c1b..65b1388aef 100644
--- a/testsuites/itrontests/itronmbox01/Makefile.am
+++ b/testsuites/itrontests/itronmbox01/Makefile.am
@@ -2,7 +2,6 @@
## $Id$
##
-
TEST = itronmbox01
PGM = ${ARCH}/$(TEST).exe
@@ -34,7 +33,7 @@ include $(top_srcdir)/itrontests.am
${PGM}: $(OBJS) $(LINK_FILES)
$(make-exe)
-all-local: $(ARCH) $(TMPINSTALL_FILES)
+all-local: $(TMPINSTALL_FILES)
EXTRA_DIST = $(C_FILES) $(DOCS)
diff --git a/testsuites/itrontests/itronsem01/Makefile.am b/testsuites/itrontests/itronsem01/Makefile.am
index a0f344e41e..eb310221d3 100644
--- a/testsuites/itrontests/itronsem01/Makefile.am
+++ b/testsuites/itrontests/itronsem01/Makefile.am
@@ -2,7 +2,6 @@
## $Id$
##
-
TEST = itronsem01
PGM = ${ARCH}/$(TEST).exe
@@ -34,7 +33,7 @@ include $(top_srcdir)/itrontests.am
${PGM}: $(OBJS) $(LINK_FILES)
$(make-exe)
-all-local: $(ARCH) $(TMPINSTALL_FILES)
+all-local: $(TMPINSTALL_FILES)
EXTRA_DIST = $(C_FILES) $(DOCS)
diff --git a/testsuites/itrontests/itrontask01/Makefile.am b/testsuites/itrontests/itrontask01/Makefile.am
index 48143743b1..e433568164 100644
--- a/testsuites/itrontests/itrontask01/Makefile.am
+++ b/testsuites/itrontests/itrontask01/Makefile.am
@@ -2,7 +2,6 @@
## $Id$
##
-
TEST = itrontask01
PGM = ${ARCH}/$(TEST).exe
@@ -34,7 +33,7 @@ include $(top_srcdir)/itrontests.am
${PGM}: $(OBJS) $(LINK_FILES)
$(make-exe)
-all-local: $(ARCH) $(TMPINSTALL_FILES)
+all-local: $(TMPINSTALL_FILES)
EXTRA_DIST = $(C_FILES) $(DOCS)
diff --git a/testsuites/itrontests/itrontask02/Makefile.am b/testsuites/itrontests/itrontask02/Makefile.am
index 3767ca72b8..08bdffeccf 100644
--- a/testsuites/itrontests/itrontask02/Makefile.am
+++ b/testsuites/itrontests/itrontask02/Makefile.am
@@ -2,7 +2,6 @@
## $Id$
##
-
TEST = itrontask02
PGM = ${ARCH}/$(TEST).exe
@@ -34,7 +33,7 @@ include $(top_srcdir)/itrontests.am
${PGM}: $(OBJS) $(LINK_FILES)
$(make-exe)
-all-local: $(ARCH) $(TMPINSTALL_FILES)
+all-local: $(TMPINSTALL_FILES)
EXTRA_DIST = $(C_FILES) $(DOCS)
diff --git a/testsuites/itrontests/itrontask03/Makefile.am b/testsuites/itrontests/itrontask03/Makefile.am
index 0118f38e8c..b498fc2be3 100644
--- a/testsuites/itrontests/itrontask03/Makefile.am
+++ b/testsuites/itrontests/itrontask03/Makefile.am
@@ -2,7 +2,6 @@
## $Id$
##
-
TEST = itrontask03
PGM = ${ARCH}/$(TEST).exe
@@ -34,7 +33,7 @@ include $(top_srcdir)/itrontests.am
${PGM}: $(OBJS) $(LINK_FILES)
$(make-exe)
-all-local: $(ARCH) $(TMPINSTALL_FILES)
+all-local: $(TMPINSTALL_FILES)
EXTRA_DIST = $(C_FILES) $(DOCS)
diff --git a/testsuites/itrontests/itrontask04/Makefile.am b/testsuites/itrontests/itrontask04/Makefile.am
index a46e7808f5..49ee2201f2 100644
--- a/testsuites/itrontests/itrontask04/Makefile.am
+++ b/testsuites/itrontests/itrontask04/Makefile.am
@@ -2,7 +2,6 @@
## $Id$
##
-
TEST = itrontask04
PGM = ${ARCH}/$(TEST).exe
@@ -34,7 +33,7 @@ include $(top_srcdir)/itrontests.am
${PGM}: $(OBJS) $(LINK_FILES)
$(make-exe)
-all-local: $(ARCH) $(TMPINSTALL_FILES)
+all-local: $(TMPINSTALL_FILES)
EXTRA_DIST = $(C_FILES) $(DOCS)
diff --git a/testsuites/itrontests/itrontime01/Makefile.am b/testsuites/itrontests/itrontime01/Makefile.am
index 1a90c1effb..beb1132c24 100644
--- a/testsuites/itrontests/itrontime01/Makefile.am
+++ b/testsuites/itrontests/itrontime01/Makefile.am
@@ -2,7 +2,6 @@
## $Id$
##
-
TEST = itrontime01
PGM = ${ARCH}/$(TEST).exe
@@ -34,7 +33,7 @@ include $(top_srcdir)/itrontests.am
${PGM}: $(OBJS) $(LINK_FILES)
$(make-exe)
-all-local: $(ARCH) $(TMPINSTALL_FILES)
+all-local: $(TMPINSTALL_FILES)
EXTRA_DIST = $(C_FILES) $(DOCS)