[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[commits] r11453 - in /fsf/trunk/libc: ChangeLog manual/Makefile



Author: eglibc
Date: Mon Sep  6 07:56:07 2010
New Revision: 11453

Log:
Import glibc-mainline for 2010-09-06

Modified:
    fsf/trunk/libc/ChangeLog
    fsf/trunk/libc/manual/Makefile

Modified: fsf/trunk/libc/ChangeLog
==============================================================================
--- fsf/trunk/libc/ChangeLog (original)
+++ fsf/trunk/libc/ChangeLog Mon Sep  6 07:56:07 2010
@@ -1,3 +1,7 @@
+2010-09-06  Andreas Schwab  <schwab@xxxxxxxxxx>
+
+	* manual/Makefile: Don't mix pattern rules with normal rules.
+
 2010-09-05  Andreas Schwab  <schwab@xxxxxxxxxxxxxx>
 
 	* debug/vdprintf_chk.c (__vdprintf_chk): Remove undefined

Modified: fsf/trunk/libc/manual/Makefile
==============================================================================
--- fsf/trunk/libc/manual/Makefile (original)
+++ fsf/trunk/libc/manual/Makefile Mon Sep  6 07:56:07 2010
@@ -232,7 +232,10 @@
 .PHONY: stubs
 stubs: $(objpfx)stubs
 endif
-$(objpfx)stubs ../po/manual.pot $(objpfx)stamp%:
+$(objpfx)stubs ../po/manual.pot:
+	$(make-target-directory)
+	touch $@
+$(objpfx)stamp%:
 	$(make-target-directory)
 	touch $@