summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoseph <joseph@7b3dc134-2b1b-0410-93df-9e9f96275f8d>2009-09-03 14:45:09 +0000
committerjoseph <joseph@7b3dc134-2b1b-0410-93df-9e9f96275f8d>2009-09-03 14:45:09 +0000
commit71da3315b161cfa17dafd12ed2b048da3af3dcd4 (patch)
treeb4a925477e2da33616d71a2b28d852f2f289393b
parentee5040cd9d4d799667f7f1e1a1203df5b58e4e6c (diff)
downloadeglibc2-71da3315b161cfa17dafd12ed2b048da3af3dcd4.tar.gz
2009-09-03 Peter Seebach <peter.seebach@windriver.com>
* manual/Makefile (texis): Change to $(objpfx)texis. Use $(make-target-directory). git-svn-id: svn://svn.eglibc.org/trunk@8917 7b3dc134-2b1b-0410-93df-9e9f96275f8d
-rw-r--r--libc/ChangeLog.eglibc5
-rw-r--r--libc/manual/Makefile5
2 files changed, 8 insertions, 2 deletions
diff --git a/libc/ChangeLog.eglibc b/libc/ChangeLog.eglibc
index 69d98f7bb..1cb3a44c3 100644
--- a/libc/ChangeLog.eglibc
+++ b/libc/ChangeLog.eglibc
@@ -1,3 +1,8 @@
+2009-09-03 Peter Seebach <peter.seebach@windriver.com>
+
+ * manual/Makefile (texis): Change to $(objpfx)texis. Use
+ $(make-target-directory).
+
2009-08-20 Maxim Kuvyrkov <maxim@codesourcery.com>
Carlos O'Donell <carlos@codesourcery.com>
diff --git a/libc/manual/Makefile b/libc/manual/Makefile
index 3b1785da3..4da82e6fe 100644
--- a/libc/manual/Makefile
+++ b/libc/manual/Makefile
@@ -62,8 +62,9 @@ add-chapters = $(wildcard $(foreach d, $(add-ons), ../$d/$d.texi))
appendices = lang.texi header.texi install.texi maint.texi contrib.texi \
freemanuals.texi
--include texis
-texis: texis.awk $(chapters) $(add-chapters) $(appendices) lesser.texi fdl.texi
+-include $(objpfx)texis
+$(objpfx)texis: texis.awk $(chapters) $(add-chapters) $(appendices) lesser.texi fdl.texi
+ $(make-target-directory)
$(AWK) -f $^ > $@.T
mv -f $@.T $@