summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-11-02 01:13:08 +0000
committerMike Frysinger <vapier@gentoo.org>2005-11-02 01:13:08 +0000
commit5a7a7164cceaf47629c38b0a84615937e14da468 (patch)
tree027e4773152bbdfe3aead3764b02d77cc88b481f
parent8daa0e4ec621d4837f7e94de700634ac67d1e04d (diff)
move more rules out of the if HAVE_DOT_CONFIG statement which dont belong
-rw-r--r--Makefile.in12
1 files changed, 6 insertions, 6 deletions
diff --git a/Makefile.in b/Makefile.in
index cc4feab01..5e1fb7440 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -286,6 +286,12 @@ else # ifeq ($(HAVE_DOT_CONFIG),y)
all: menuconfig
+headers:
+ @echo "Need to make a config file first, run: make menuconfig"
+ @false
+
+endif # ifeq ($(HAVE_DOT_CONFIG),y)
+
# configuration
# ---------------------------------------------------------------------------
extra/config/conf:
@@ -300,10 +306,6 @@ menuconfig: extra/config/mconf
@./extra/config/mconf extra/Configs/Config.in
$(MAKE) headers
-headers:
- @echo "Need to make a config file first, run: make menuconfig"
- @false
-
config: extra/config/conf
$(RM) -r include/bits
$(INSTALL) -d include/bits
@@ -340,8 +342,6 @@ defconfig: extra/config/conf
$(INSTALL) -d include/bits
@./extra/config/conf -d extra/Configs/Config.in
-endif # ifeq ($(HAVE_DOT_CONFIG),y)
-
clean:
@$(RM) -r lib include/bits
$(RM) lib*/*.a ldso/*/*.a libpthread/*/*.a