summaryrefslogtreecommitdiff
path: root/libc/manual/Makefile
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 /libc/manual/Makefile
parentee5040cd9d4d799667f7f1e1a1203df5b58e4e6c (diff)
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
Diffstat (limited to 'libc/manual/Makefile')
-rw-r--r--libc/manual/Makefile5
1 files changed, 3 insertions, 2 deletions
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 $@