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]

Re: A patch for typo


On Thu, Mar 15, 2001 at 03:41:08PM -0800, H . J . Lu wrote:
> A patch for typo.
> 
> H.J.
> --
> 2001-03-15  H.J. Lu  (hjl@gnu.org)
> 
> 	* intl/Makefile: Fix a typo.
> 

I think it is the right one.

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:56:12 2001
@@ -53,10 +53,11 @@ 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
+endif
 endif
 $(objpfx)mtrace-tst-gettext: $(objpfx)tst-gettext.out
 	$(common-objpfx)malloc/mtrace $(objpfx)tst-gettext.mtrace > $@


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