summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2008-10-08 21:22:38 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2008-10-08 21:22:38 +0000
commita291c2cf5420a9088a6187baa966c0e2ad90f6ec (patch)
treea02f0c912a8a6874e32f7bbfad8623a9da34917a /Makefile.in
parent6f98f3f2bb89fdc5096b882c6599078c21ba5df1 (diff)
- fix bad r23573 from egtvedt
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in4
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