From 1c0985b4acc14b1123364641d351d9186939f29c Mon Sep 17 00:00:00 2001 From: Trent Piepho Date: Thu, 31 Aug 2006 16:43:29 -0700 Subject: Remove links dependency from targets that don't need it From: Trent Piepho links is a phony target, so it is always remade. The config targets don't need the source links, so there is no need for them to have links as a depenedency. Signed-off-by: Trent Piepho --- v4l/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'v4l') diff --git a/v4l/Makefile b/v4l/Makefile index 6afa117e2..4637e9fac 100644 --- a/v4l/Makefile +++ b/v4l/Makefile @@ -310,16 +310,16 @@ LXDIALOG := $(KDIR)/scripts/$(LXDIALOG_DIR)lxdialog/lxdialog Kconfig: .version ./scripts/make_kconfig.pl $(KDIR) -xconfig:: links $(QCONF) Kconfig +xconfig:: $(QCONF) Kconfig $(QCONF) Kconfig -gconfig:: links $(GCONF) Kconfig +gconfig:: $(GCONF) Kconfig $(QCONF) Kconfig -config:: links $(CONF) Kconfig +config:: $(CONF) Kconfig $(CONF) Kconfig -menuconfig:: links $(MCONF) lxdialog Kconfig +menuconfig:: $(MCONF) lxdialog Kconfig $(MCONF) Kconfig allyesconfig allmodconfig:: .version -- cgit v1.2.3