-rw-r--r-- | Makefile.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.test b/Makefile.test index b30b85d..74c6587 100644 --- a/Makefile.test +++ b/Makefile.test | |||
@@ -15,17 +15,17 @@ export QMAKESPEC=$(QMAKESPECSDIR)/qws/linux-generic-g++ | |||
15 | # -critical-. Do not rearrange this! | 15 | # -critical-. Do not rearrange this! |
16 | 16 | ||
17 | all : $(TOPDIR)/.config | 17 | all : $(TOPDIR)/.config |
18 | 18 | ||
19 | $(TOPDIR)/.config : $(TOPDIR)/.depends.cfgs | 19 | $(TOPDIR)/.config : $(TOPDIR)/.depends.cfgs |
20 | 20 | ||
21 | all menuconfig xconfig oldconfig config randconfig allyesconfig allnoconfig defconfig : $(TOPDIR)/.depends | 21 | all menuconfig xconfig oldconfig config randconfig allyesconfig allnoconfig defconfig : $(TOPDIR)/.depends |
22 | 22 | ||
23 | clean-configs : $(TOPDIR)/.depends | 23 | clean-configs : $(TOPDIR)/.depends.cfgs |
24 | @echo "Wiping generated config.in files..." | 24 | @echo "Wiping generated config.in files..." |
25 | @-rm -f $(configs) | 25 | @-rm -f $(configs) |
26 | 26 | ||
27 | -include $(TOPDIR)/.depends.cfgs | 27 | -include $(TOPDIR)/.depends.cfgs |
28 | 28 | ||
29 | all menuconfig xconfig oldconfig config randconfig allyesconfig allnoconfig defconfig : $(configs) | 29 | all menuconfig xconfig oldconfig config randconfig allyesconfig allnoconfig defconfig : $(configs) |
30 | 30 | ||
31 | $(TOPDIR)/.config: $(TOPDIR)/.depends.cfgs $(configs) | 31 | $(TOPDIR)/.config: $(TOPDIR)/.depends.cfgs $(configs) |