diff options
Diffstat (limited to 'sysdeps/unix')
-rw-r--r-- | sysdeps/unix/sysv/linux/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sysdeps/unix/sysv/linux/Makefile b/sysdeps/unix/sysv/linux/Makefile index 42f64638ca..4ab97b2e92 100644 --- a/sysdeps/unix/sysv/linux/Makefile +++ b/sysdeps/unix/sysv/linux/Makefile @@ -68,7 +68,7 @@ inhibit-glue = yes # Tell sysdeps/posix/Makefile that we create stdio_lim.h differently. inhibit-stdio_lim = yes -$(common-objpfx)stdio_%.h $(common-objpfx)stdio_%.d: \ +$(common-objpfx)bits/stdio_%.h $(common-objpfx)bits/stdio_%.d: \ $(..)sysdeps/unix/sysv/linux/stdio_%.h.in rm -f $(@:.h=.d) $(@:.d=.h)-t echo '#include <linux/limits.h>' | \ @@ -88,6 +88,6 @@ $(common-objpfx)stdio_%.h $(common-objpfx)stdio_%.d: \ rm -f $(@:.d=.h)-t ifndef no_deps # Get the list of dependencies (probably /usr/include/linux/limits.h). --include $(common-objpfx)stdio_lim.d +-include $(common-objpfx)bits/stdio_lim.d endif -common-generated += stdio_lim.h stdio_lim.d +common-generated += bits/stdio_lim.h bits/stdio_lim.d |