From 772cb310c5745ea7de140ecdea3fd1edb2c964c6 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Sun, 3 Nov 2002 13:22:00 +0000 Subject: Use "include_config" not "include-config" --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index a23e5727a..6b1a7dfbb 100644 --- a/Makefile +++ b/Makefile @@ -34,7 +34,7 @@ include Rules.mak DIRS = extra ldso libc libcrypt libresolv libutil libm libpthread -ifdef include-config +ifdef include_config all: headers subdirs shared utils finished @@ -277,7 +277,7 @@ finished2: @echo Finished installing... @echo -else # ifdef include-config +else # ifdef include_config all: menuconfig @@ -372,7 +372,7 @@ release: distclean tar -cvzf uClibc-$(VERSION).tar.gz --exclude CVS uClibc-$(VERSION)/; endif # ifeq ($(filter-out $(noconfig_targets),$(MAKECMDGOALS)),) -endif # ifdef include-config +endif # ifdef include_config .PHONY: dummy subdirs release distclean clean config oldconfig menuconfig -- cgit v1.2.3