diff options
author | Trent Piepho <xyzzy@speakeasy.org> | 2006-08-31 16:43:29 -0700 |
---|---|---|
committer | Trent Piepho <xyzzy@speakeasy.org> | 2006-08-31 16:43:29 -0700 |
commit | 1c0985b4acc14b1123364641d351d9186939f29c (patch) | |
tree | 85445d4d25b18090cffb74f7203ced48442b03fa /v4l/Makefile | |
parent | 529dc5a3d5c603f87061f8e44cd2947b10e27af0 (diff) | |
download | mediapointer-dvb-s2-1c0985b4acc14b1123364641d351d9186939f29c.tar.gz mediapointer-dvb-s2-1c0985b4acc14b1123364641d351d9186939f29c.tar.bz2 |
Remove links dependency from targets that don't need it
From: Trent Piepho <xyzzy@speakeasy.org>
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 <xyzzy@speakeasy.org>
Diffstat (limited to 'v4l/Makefile')
-rw-r--r-- | v4l/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
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 |