Add a missing $(make-target-directory).
authorRoland McGrath <roland@hack.frob.com>
Fri, 28 Sep 2012 21:48:17 +0000 (14:48 -0700)
committerRoland McGrath <roland@hack.frob.com>
Fri, 28 Sep 2012 21:48:17 +0000 (14:48 -0700)
ChangeLog
posix/Makefile

index d3e6acf..fa7d734 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2012-09-28  Roland McGrath  <roland@hack.frob.com>
 
+       * 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].
 
index a474184..182c120 100644 (file)
@@ -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 $@