This is the mail archive of the libc-hacker@sourceware.cygnus.com mailing list for the glibc project.

Note that libc-hacker is a closed list. You may look at the archives of this list, but subscription and posting are not open.


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

Build fix


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\"

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