From f3ccf319b05029b7a6f960a24dc339de2875a72c Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Wed, 27 Apr 2005 08:09:58 +0000 Subject: [PATCH] Make defconfig work properly --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5e7babd4e2..04dd92ffe4 100644 --- a/Makefile +++ b/Makefile @@ -199,6 +199,6 @@ distclean: clean endif # ifeq ($(strip $(BR2_HAVE_DOT_CONFIG)),y) .PHONY: dummy subdirs release distclean clean config oldconfig \ - menuconfig tags check test depend + menuconfig tags check test depend defconfig -- 2.30.2