From 8e292e59b8aaa20f8f8efd401a413fa7c0558aae Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Mon, 31 Oct 2005 05:01:46 +0000 Subject: merge headers/clean changes from the config if --- Makefile.in | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'Makefile.in') diff --git a/Makefile.in b/Makefile.in index 652694f22..e3c175fa2 100644 --- a/Makefile.in +++ b/Makefile.in @@ -304,6 +304,10 @@ 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,6 +344,8 @@ 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 @@ -376,8 +382,6 @@ dist release: tar czf ../uClibc-$(VERSION).tar.gz -C .. uClibc-$(VERSION) du -b ../uClibc-$(VERSION).tar.gz -endif # ifeq ($(HAVE_DOT_CONFIG),y) - include $(top_srcdir)Makerules check: -- cgit v1.2.3