From 982619533a048c9bc1e7f3691e9e242963097f52 Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Thu, 19 Mar 1998 03:05:40 +0000 Subject: [PATCH] makefile fix for java --- tests/Makefile.am | 2 +- tests/Makefile.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/Makefile.am b/tests/Makefile.am index 10c02cdaa..988548ed7 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -29,7 +29,7 @@ xsource.test libobj6.test depend3.test output5.test ammissing.test \ install.test libobj7.test objc.test cond3.test cxxcpp.test \ aclocal.test alpha.test whoami.test unused.test condman.test \ texinfo5.test aclocali.test texinfo6.test condman2.test colon4.test \ -java.am +java.test EXTRA_DIST = defs $(TESTS) diff --git a/tests/Makefile.in b/tests/Makefile.in index cb1f0496f..66e0dcedc 100644 --- a/tests/Makefile.in +++ b/tests/Makefile.in @@ -90,7 +90,7 @@ xsource.test libobj6.test depend3.test output5.test ammissing.test \ install.test libobj7.test objc.test cond3.test cxxcpp.test \ aclocal.test alpha.test whoami.test unused.test condman.test \ texinfo5.test aclocali.test texinfo6.test condman2.test colon4.test \ -java.am +java.test EXTRA_DIST = defs $(TESTS) mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs -- 2.47.2