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 /iconvdata | |
parent | 199745d1081d2e05747471cd9d0ceedb912afd37 (diff) | |
download | glibc-5af65d0eccd3d9aa4ce54090fa66620b0810aefe.tar.gz glibc-5af65d0eccd3d9aa4ce54090fa66620b0810aefe.tar.xz glibc-5af65d0eccd3d9aa4ce54090fa66620b0810aefe.zip |
Update.
2001-02-26 Andreas Jaeger <aj@suse.de> * iconvdata/Makefile (tests): Fix typo in last patch.
Diffstat (limited to 'iconvdata')
-rw-r--r-- | iconvdata/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |