mirror of git://sourceware.org/git/glibc.git
Update.
2001-02-26 Andreas Jaeger <aj@suse.de> * iconvdata/Makefile (tests): Fix typo in last patch.
This commit is contained in:
parent
199745d108
commit
5af65d0ecc
|
@ -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>
|
2001-02-25 Andreas Jaeger <aj@suse.de>
|
||||||
|
|
||||||
* intl/Makefile (plural.c): Reorder rules so that they work if
|
* intl/Makefile (plural.c): Reorder rules so that they work if
|
||||||
|
|
|
@ -260,7 +260,7 @@ include ../Rules
|
||||||
ifeq (no,$(cross-compiling))
|
ifeq (no,$(cross-compiling))
|
||||||
ifeq (yes,$(build-shared))
|
ifeq (yes,$(build-shared))
|
||||||
tests: $(objpfx)iconv-test.out $(objpfx)tst-tables.out
|
tests: $(objpfx)iconv-test.out $(objpfx)tst-tables.out
|
||||||
ifeq (no,$(PERL))
|
ifneq (no,$(PERL))
|
||||||
tests: $(objpfx)mtrace-tst-loading
|
tests: $(objpfx)mtrace-tst-loading
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
Loading…
Reference in New Issue