This is the mail archive of the libc-alpha@sources.redhat.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

A patch for typo


A patch for typo.

H.J.
--
2001-03-15  H.J. Lu  (hjl@gnu.org)

	* intl/Makefile: Fix a typo.

--- intl/Makefile.typo	Mon Feb 26 09:27:20 2001
+++ intl/Makefile	Thu Mar 15 15:39:20 2001
@@ -53,7 +53,7 @@ include ../Rules
 
 ifeq (no,$(cross-compiling))
 ifeq (yes,$(build-shared))
-fneq ($(strip $(MSGFMT)),:)
+ifneq ($(strip $(MSGFMT)),:)
 tests: $(objpfx)tst-translit.out $(objpfx)tst-gettext2.out
 ifneq (no,$(PERL))
 tests: $(objpfx)mtrace-tst-gettext


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]