This is the mail archive of the libc-alpha@sourceware.org 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]
Other format: [Raw text]

Re: [PATCH] Re: Testsuite races -- updated


I failed to catch this in the review, so I fixed it myself.


2012-08-17  Roland McGrath  <roland@hack.frob.com>

	* intl/Makefile ($(codeset_mo)): Depend on the input file.


diff --git a/intl/Makefile b/intl/Makefile
index d63ffe4..d3ea4cb 100644
--- a/intl/Makefile
+++ b/intl/Makefile
@@ -66,9 +66,9 @@ endif
 # spurious test failures.
 codeset_mo = $(objpfx)domaindir/de_DE/LC_MESSAGES/codeset.mo
 
-$(codeset_mo):
+$(codeset_mo): tstcodeset.po
 	$(make-target-directory)
-	msgfmt -o $@T tstcodeset.po
+	msgfmt -o $@T $<
 	mv -f $@T $@
 
 $(objpfx)mtrace-tst-gettext: $(objpfx)tst-gettext.out


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