public inbox for libc-hacker@sourceware.org
 help / color / mirror / Atom feed
* Build fix
@ 2000-01-22 12:07 Mark Kettenis
  0 siblings, 0 replies; only message in thread
From: Mark Kettenis @ 2000-01-22 12:07 UTC (permalink / raw)
  To: libc-hacker

The following change seems to be necessary to make building in a
seperate directory work again.

Mark


2000-01-22  Mark Kettenis  <kettenis@gnu.org>

	* intl/Makefile ($(objpfx)msgs.h): Do $(make-target-directory)
	first.


Index: intl/Makefile
===================================================================
RCS file: /cvs/glibc/libc/intl/Makefile,v
retrieving revision 1.18
diff -u -r1.18 Makefile
--- intl/Makefile	2000/01/22 05:30:36	1.18
+++ intl/Makefile	2000/01/22 20:05:26
@@ -48,6 +48,7 @@
 	$(SHELL) -e $< $(common-objpfx) $(objpfx)
 
 $(objpfx)msgs.h: po2test.sed ../po/de.po
+	$(make-target-directory)
 	sed -f $^ > $@
 
 CFLAGS-tst-gettext.c = -DTESTSTRS_H=\"$(objpfx)msgs.h\"

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2000-01-22 12:07 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-01-22 12:07 Build fix Mark Kettenis

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).