From fb700319527d3c70f5a5e7409702eade3bc1c3a6 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Mon, 21 Aug 2000 08:51:24 +0000 Subject: Fix for "make distclean". --- ChangeLog | 1 + tests/Makefile.in | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index bb04afe..13cdfb7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -11,6 +11,7 @@ * tests/Makefile.in (all): Add check-lang-utf8 and check-lang-ucs2. (check-lang-utf8, check-lang-ucs2): New targets. + (clean): Remove lu8out and lu2out. * tests/lang-utf8.gperf, tests/lang-utf8.exp: New files. * tests/lang-ucs2.gperf, tests/test2.c, tests/lang-ucs2.in, tests/lang-ucs2.exp: New files. diff --git a/tests/Makefile.in b/tests/Makefile.in index 504dc81..9685ef1 100644 --- a/tests/Makefile.in +++ b/tests/Makefile.in @@ -260,7 +260,7 @@ check-lang-syntax : force mostlyclean : clean clean : force - $(RM) *.o core *inset.c output.* *.out aout cout m3out pout preout tmp-* valitest* + $(RM) *.o core *inset.c output.* *.out aout cout lu2out lu8out m3out pout preout tmp-* valitest* distclean : clean $(RM) config.status config.log config.cache Makefile -- cgit v1.2.1