+2001-11-11 Bruno Haible <haible@clisp.cons.org>
+
+ Avoid an implicit pattern rule ("%.out : %") in GNU make.
+ * msguniq-a.in: Renamed from msguniq-1.in.
+ * msguniq-a.out: Renamed from msguniq-1.out.
+ * Makefile.am (EXTRA_DIST): Distribute msguniq-a.in, msguniq-a.out
+ instead of msguniq-1.in, msguniq-1.out.
+ * msgcomm-23: Update.
+ * msguniq-1: Likewise.
+ * msguniq-2: Update. Make it work if $builddir != $srcdir.
+ * msguniq-3: Likewise.
+
2001-11-11 Bruno Haible <haible@clisp.cons.org>
* Makefile.am (xg-test1.ok.po): Pass --no-location to xgettext.
format-ycp-1 format-ycp-2 \
plural-1 plural-2
-EXTRA_DIST = $(TESTS) test.mo xg-test1.ok.po msguniq-1.in msguniq-1.out
+EXTRA_DIST = $(TESTS) test.mo xg-test1.ok.po msguniq-a.in msguniq-a.out
XGETTEXT = ../src/xgettext
trap 'rm -fr $tmpfiles' 1 2 3 15
tmpfiles="$tmpfiles mcomm-23.in1 mcomm-23.in2"
-cp ${top_srcdir}/tests/msguniq-1.in mcomm-23.in1
-cp ${top_srcdir}/tests/msguniq-1.in mcomm-23.in2
+cp ${top_srcdir}/tests/msguniq-a.in mcomm-23.in1
+cp ${top_srcdir}/tests/msguniq-a.in mcomm-23.in2
tmpfiles="$tmpfiles mcomm-23.out"
: ${MSGCOMM=msgcomm}
${MSGCOMM} -w 1000 mcomm-23.in1 mcomm-23.in2 -o mcomm-23.out
: ${DIFF=diff}
-${DIFF} ${top_srcdir}/tests/msguniq-1.out mcomm-23.out
+${DIFF} ${top_srcdir}/tests/msguniq-a.out mcomm-23.out
result=$?
rm -fr $tmpfiles
tmpfiles=""
trap 'rm -fr $tmpfiles' 1 2 3 15
-tmpfiles="$tmpfiles muniq-1.out"
+tmpfiles="$tmpfiles msguniq-1.out"
: ${MSGUNIQ-msguniq}
-${MSGUNIQ} -w 1000 ${top_srcdir}/tests/msguniq-1.in -o muniq-1.out
+${MSGUNIQ} -w 1000 ${top_srcdir}/tests/msguniq-a.in -o msguniq-1.out
: ${DIFF=diff}
-${DIFF} ${top_srcdir}/tests/msguniq-1.out muniq-1.out
+${DIFF} ${top_srcdir}/tests/msguniq-a.out msguniq-1.out
result=$?
rm -fr $tmpfiles
tmpfiles="$tmpfiles msguniq-2.out"
: ${MSGUNIQ-msguniq}
-${MSGUNIQ} -w 1000 -u msguniq-1.in -o msguniq-2.out
+${MSGUNIQ} -w 1000 -u ${top_srcdir}/tests/msguniq-a.in -o msguniq-2.out
tmpfiles="$tmpfiles msguniq-2.ok"
cat <<\EOF > msguniq-2.ok
tmpfiles="$tmpfiles msguniq-3.out"
: ${MSGUNIQ-msguniq}
-${MSGUNIQ} -w 1000 -d msguniq-1.in -o msguniq-3.out
+${MSGUNIQ} -w 1000 -d ${top_srcdir}/tests/msguniq-a.in -o msguniq-3.out
tmpfiles="$tmpfiles msguniq-3.ok"
cat <<\EOF > msguniq-3.ok