diff options
Diffstat (limited to 'Makefile.lib')
-rw-r--r-- | Makefile.lib | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/Makefile.lib b/Makefile.lib index f2eea7ac81d2..6c59c759695e 100644 --- a/Makefile.lib +++ b/Makefile.lib @@ -1,6 +1,13 @@ default: all +# Include Autoconf variables. +Makefile.config: Makefile.config.in + ./config.status + +include Makefile.config + + # Include all sub-Makefiles. define include_sub_makefile = d := $$(patsubst %/, %, $$(dir $(1))) @@ -10,12 +17,6 @@ endef $(foreach mf, $(SUBS), $(eval $(call include_sub_makefile, $(mf)))) -# Include Autoconf variables. -Makefile.config: Makefile.config.in - ./config.status - -include Makefile.config - clean_list := dist_files := |