diff --git a/c/src/tests/tmitrontests/ChangeLog b/c/src/tests/tmitrontests/ChangeLog index 990cea41dd..afbdef60f2 100644 --- a/c/src/tests/tmitrontests/ChangeLog +++ b/c/src/tests/tmitrontests/ChangeLog @@ -1,3 +1,7 @@ +2001-09-22 Ralf Corsepius + + * tmitrontests.am: Use TMPINSTALL_FILES = to make automake-1.5 happy. + 2001-09-19 Ralf Corsepius * tmitronsem01/Makefile.am: include leaf.am instead of leaf.cfg. diff --git a/c/src/tests/tmitrontests/tmitrontests.am b/c/src/tests/tmitrontests/tmitrontests.am index a52c6f0e95..c17e0fac5f 100644 --- a/c/src/tests/tmitrontests/tmitrontests.am +++ b/c/src/tests/tmitrontests/tmitrontests.am @@ -8,6 +8,6 @@ $(project_bspdir)/tests: $(project_bspdir)/tests/$(TEST)$(LIB_VARIANT).exe: $(PGM) $(INSTALL_PROGRAM) $< $@ -TMPINSTALL_FILES += \ +TMPINSTALL_FILES = \ $(project_bspdir)/tests \ $(project_bspdir)/tests/$(TEST)$(LIB_VARIANT).exe diff --git a/testsuites/tmitrontests/ChangeLog b/testsuites/tmitrontests/ChangeLog index 990cea41dd..afbdef60f2 100644 --- a/testsuites/tmitrontests/ChangeLog +++ b/testsuites/tmitrontests/ChangeLog @@ -1,3 +1,7 @@ +2001-09-22 Ralf Corsepius + + * tmitrontests.am: Use TMPINSTALL_FILES = to make automake-1.5 happy. + 2001-09-19 Ralf Corsepius * tmitronsem01/Makefile.am: include leaf.am instead of leaf.cfg. diff --git a/testsuites/tmitrontests/tmitrontests.am b/testsuites/tmitrontests/tmitrontests.am index a52c6f0e95..c17e0fac5f 100644 --- a/testsuites/tmitrontests/tmitrontests.am +++ b/testsuites/tmitrontests/tmitrontests.am @@ -8,6 +8,6 @@ $(project_bspdir)/tests: $(project_bspdir)/tests/$(TEST)$(LIB_VARIANT).exe: $(PGM) $(INSTALL_PROGRAM) $< $@ -TMPINSTALL_FILES += \ +TMPINSTALL_FILES = \ $(project_bspdir)/tests \ $(project_bspdir)/tests/$(TEST)$(LIB_VARIANT).exe