From: Roland McGrath Date: Fri, 28 Sep 2012 21:48:17 +0000 (-0700) Subject: Add a missing $(make-target-directory). X-Git-Tag: glibc-2.17~476 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=848917f9ee60e08638c67bcb590ed4b4c4186b0b;p=thirdparty%2Fglibc.git Add a missing $(make-target-directory). --- diff --git a/ChangeLog b/ChangeLog index d3e6acfd9d3..fa7d734eeb4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2012-09-28 Roland McGrath + * posix/Makefile ($(objpfx)config-name.h): Do $(make-target-directory). + * nss/Makefile ($(objpfx)/libnss_test1.so$(libnss_test1.so-version)): Conditionalize target on [libnss_test1.so-version]. diff --git a/posix/Makefile b/posix/Makefile index a4741849e58..182c1208dcd 100644 --- a/posix/Makefile +++ b/posix/Makefile @@ -129,6 +129,7 @@ endif # it will say by examining the system, and write the results in config-name.h. uname.c: $(objpfx)config-name.h $(objpfx)config-name.h: $(..)scripts/config-uname.sh $(common-objpfx)config.make + $(make-target-directory) $< '$(config-os)' '$(config-release)' \ '$(config-machine)-$(config-vendor)' > $@.new mv -f $@.new $@