From 0fc8aff3c45012e0a45027e13272a7461885081a Mon Sep 17 00:00:00 2001 From: kergoth Date: Wed, 06 Nov 2002 20:35:42 +0000 Subject: Only include if not a config target, as the implicit rules causes the user to jump through hoops (right holger? :) --- (limited to 'Makefile.test') diff --git a/Makefile.test b/Makefile.test index a7ceed4..b917c32 100644 --- a/Makefile.test +++ b/Makefile.test @@ -20,7 +20,7 @@ all : $(TOPDIR)/.config $(TOPDIR)/.config : $(TOPDIR)/.depends.cfgs -all menuconfig xconfig oldconfig config randconfig allyesconfig allnoconfig defconfig : $(TOPDIR)/.depends +all menuconfig xconfig oldconfig config randconfig allyesconfig allnoconfig defconfig : $(TOPDIR)/.depends.cfgs clean-configs : $(TOPDIR)/.depends.cfgs @echo "Wiping generated config.in files..." @@ -78,9 +78,11 @@ defconfig : export +ifneq ($(filter-out config menuconfig xconfig randconfig allyesconfig allnoconfig defconfig,$(MAKECMDGOALS)),) -include $(TOPDIR)/.config -include $(TOPDIR)/..config.cmd -include $(TOPDIR)/.depends +endif export QMAKESPEC=$(QMAKESPECSDIR)/qws/$(patsubst "%",%,$(CONFIG_SPECFILE)) -- cgit v0.9.0.2