[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[commits] r8917 - in /trunk/libc: ChangeLog.eglibc manual/Makefile
- To: commits@xxxxxxxxxx
- Subject: [commits] r8917 - in /trunk/libc: ChangeLog.eglibc manual/Makefile
- From: joseph@xxxxxxxxxx
- Date: Thu, 03 Sep 2009 14:45:09 -0000
Author: joseph
Date: Thu Sep 3 07:45:09 2009
New Revision: 8917
Log:
2009-09-03 Peter Seebach <peter.seebach@xxxxxxxxxxxxx>
* manual/Makefile (texis): Change to $(objpfx)texis. Use
$(make-target-directory).
Modified:
trunk/libc/ChangeLog.eglibc
trunk/libc/manual/Makefile
Modified: trunk/libc/ChangeLog.eglibc
==============================================================================
--- trunk/libc/ChangeLog.eglibc (original)
+++ trunk/libc/ChangeLog.eglibc Thu Sep 3 07:45:09 2009
@@ -1,3 +1,8 @@
+2009-09-03 Peter Seebach <peter.seebach@xxxxxxxxxxxxx>
+
+ * manual/Makefile (texis): Change to $(objpfx)texis. Use
+ $(make-target-directory).
+
2009-08-20 Maxim Kuvyrkov <maxim@xxxxxxxxxxxxxxxx>
Carlos O'Donell <carlos@xxxxxxxxxxxxxxxx>
Modified: trunk/libc/manual/Makefile
==============================================================================
--- trunk/libc/manual/Makefile (original)
+++ trunk/libc/manual/Makefile Thu Sep 3 07:45:09 2009
@@ -62,8 +62,9 @@
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 $@