This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[COMMITTED PATCH] Add a missing $(make-target-directory).


	* posix/Makefile ($(objpfx)config-name.h): Do $(make-target-directory).


diff --git a/posix/Makefile b/posix/Makefile
index a474184..182c120 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 $@


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]