summaryrefslogtreecommitdiff
path: root/Makefile.test
Unidiff
Diffstat (limited to 'Makefile.test') (more/less context) (ignore whitespace changes)
-rw-r--r--Makefile.test6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile.test b/Makefile.test
index 00cc906..55700f1 100644
--- a/Makefile.test
+++ b/Makefile.test
@@ -77,4 +77,6 @@ defconfig :
77 77
78 78
79export
80
79-include $(TOPDIR)/.config 81-include $(TOPDIR)/.config
80-include $(TOPDIR)/..config.cmd 82-include $(TOPDIR)/..config.cmd
@@ -85,5 +87,7 @@ export QMAKESPEC=$(QMAKESPECSDIR)/qws/$(patsubst "%",%,$(CONFIG_SPECFILE))
85all clean: $(subdir-y) 87all clean: $(subdir-y)
86 88
87$(subdir-y) : $(TOPDIR)/stamp-headers $(TOPDIR)/library/custom.h 89$(subdir-y) : $(if $(CONFIG_LIBQPE),$(TOPDIR)/stamp-headers) \
90 $(if $(CONFIG_LIBQPE-X11),$(TOPDIR)/stamp-headers-x11) \
91 $(TOPDIR)/library/custom.h
88 92
89clean : $(TOPDIR)/.config 93clean : $(TOPDIR)/.config