summaryrefslogtreecommitdiff
path: root/libc/Makerules
diff options
context:
space:
mode:
authorjoseph <joseph@7b3dc134-2b1b-0410-93df-9e9f96275f8d>2012-03-09 23:15:08 +0000
committerjoseph <joseph@7b3dc134-2b1b-0410-93df-9e9f96275f8d>2012-03-09 23:15:08 +0000
commit06d9d5232ea8ec9fc7e55acdbdd9a87f09d06755 (patch)
treec770ee56ff6e05867d488acee6e10cc82eb47149 /libc/Makerules
parent66de1db7a3d01ae2686765cdad22f95a8fa0652d (diff)
downloadeglibc2-06d9d5232ea8ec9fc7e55acdbdd9a87f09d06755.tar.gz
Merge changes between r17457 and r17501 from /fsf/trunk.
git-svn-id: svn://svn.eglibc.org/trunk@17502 7b3dc134-2b1b-0410-93df-9e9f96275f8d
Diffstat (limited to 'libc/Makerules')
-rw-r--r--libc/Makerules4
1 files changed, 3 insertions, 1 deletions
diff --git a/libc/Makerules b/libc/Makerules
index 9fd9a7984..2ed87e04a 100644
--- a/libc/Makerules
+++ b/libc/Makerules
@@ -1,4 +1,4 @@
-# Copyright (C) 1991-2010, 2011 Free Software Foundation, Inc.
+# Copyright (C) 1991-2012 Free Software Foundation, Inc.
# This file is part of the GNU C Library.
# The GNU C Library is free software; you can redistribute it and/or
@@ -1117,6 +1117,8 @@ ifdef headers
# headers in the sysdeps tree.
$(inst_includedir)/%.h: $(objpfx)%.h $(+force)
$(do-install)
+$(inst_includedir)/%.h: $(common-objpfx)%.h $(+force)
+ $(do-install)
$(inst_includedir)/%.h: %.h $(+force)
$(do-install)
$(inst_includedir)/%.h: $(..)include/%.h $(+force)