diff options
author | Andreas Jaeger <aj@suse.de> | 2001-02-26 11:27:04 +0000 |
---|---|---|
committer | Andreas Jaeger <aj@suse.de> | 2001-02-26 11:27:04 +0000 |
commit | 5af65d0eccd3d9aa4ce54090fa66620b0810aefe (patch) | |
tree | afe64174840deb166a6f55132722d01d5d69fa2b | |
parent | 199745d1081d2e05747471cd9d0ceedb912afd37 (diff) | |
download | glibc-5af65d0eccd3d9aa4ce54090fa66620b0810aefe.tar.gz |
Update.
2001-02-26 Andreas Jaeger <aj@suse.de>
* iconvdata/Makefile (tests): Fix typo in last patch.
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | iconvdata/Makefile | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -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 diff --git a/iconvdata/Makefile b/iconvdata/Makefile index 0312c6a245..e159b4bdeb 100644 --- a/iconvdata/Makefile +++ b/iconvdata/Makefile @@ -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 |