]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - stdlib/Makefile
Consistently include Makeconfig after defining subdir.
[thirdparty/glibc.git] / stdlib / Makefile
index 8e5623c89dc47784e4979eaa91da52870a354933..5f2c10cec26d6d49e7a853fc438ed46295c53e15 100644 (file)
@@ -20,6 +20,8 @@
 #
 subdir := stdlib
 
+include ../Makeconfig
+
 headers        := stdlib.h bits/stdlib.h bits/stdlib-ldbl.h bits/stdlib-float.h      \
           monetary.h bits/monetary-ldbl.h                                    \
           inttypes.h stdint.h bits/wordsize.h                                \
@@ -76,8 +78,6 @@ tests-static  := tst-secure-getenv
 
 modules-names  = tst-tls-atexit-lib
 
-include ../Makeconfig
-
 ifeq ($(build-shared),yes)
 tests          += tst-putenv
 endif