diff options
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in index 28a7159be..0ecb7e3b8 100644 --- a/Makefile.in +++ b/Makefile.in @@ -21,13 +21,13 @@ sub_headers := headers ifeq ($(HAVE_DOT_CONFIG),y) +all: pregen libs + # To be able to build the libs rule, we must first have the generated headers. # This is needed when locale support is enabled, but also ensures that the # build process is parallel safe. libs: pregen -all: pregen libs - # In this section, we need .config -include .config.cmd |