From f822e111c8106c64280fe4e3859743e075cc2fc3 Mon Sep 17 00:00:00 2001 From: Jan Lindemann Date: Sun, 19 Aug 2007 19:28:59 +0000 Subject: [PATCH] topdir.mk: Make target all depend on target config --- make/topdir.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make/topdir.mk b/make/topdir.mk index 192008bb..35a8abd4 100644 --- a/make/topdir.mk +++ b/make/topdir.mk @@ -1,6 +1,6 @@ SUBDIRS ?= make -all: +all: config install: clean: topdir.clean distclean: topdir.distclean