Update.
authorAndreas Jaeger <aj@suse.de>
Mon, 26 Feb 2001 11:27:04 +0000 (11:27 +0000)
committerAndreas Jaeger <aj@suse.de>
Mon, 26 Feb 2001 11:27:04 +0000 (11:27 +0000)
2001-02-26  Andreas Jaeger  <aj@suse.de>

* iconvdata/Makefile (tests): Fix typo in last patch.

ChangeLog
iconvdata/Makefile

index e6fa9d8..1f3cf6a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2001-02-26  Andreas Jaeger  <aj@suse.de>
+
+       * iconvdata/Makefile (tests): Fix typo in last patch.
+
 2001-02-25  Andreas Jaeger  <aj@suse.de>
 
        * intl/Makefile (plural.c): Reorder rules so that they work if
index 0312c6a..e159b4b 100644 (file)
@@ -260,7 +260,7 @@ include ../Rules
 ifeq (no,$(cross-compiling))
 ifeq (yes,$(build-shared))
 tests: $(objpfx)iconv-test.out $(objpfx)tst-tables.out
-ifeq (no,$(PERL))
+ifneq (no,$(PERL))
 tests: $(objpfx)mtrace-tst-loading
 endif
 endif