summaryrefslogtreecommitdiff
Unidiff
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--Makefile.test4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.test b/Makefile.test
index 5b51f6c..dd6673b 100644
--- a/Makefile.test
+++ b/Makefile.test
@@ -89,20 +89,22 @@ export include-config := 1
89-include $(TOPDIR)/.depends 89-include $(TOPDIR)/.depends
90 90
91endif 91endif
92 92
93-include $(TOPDIR)/..config.cmd 93-include $(TOPDIR)/..config.cmd
94 94
95SUBDIRS = $(subdir-y)
96
95export QMAKESPEC=$(QMAKESPECSDIR)/$(patsubst "%",%,$(CONFIG_SPECFILE)) 97export QMAKESPEC=$(QMAKESPECSDIR)/$(patsubst "%",%,$(CONFIG_SPECFILE))
96 98
97ifdef CONFIG_OPTIMIZATIONS 99ifdef CONFIG_OPTIMIZATIONS
98export CFLAGS_RELEASE=$(patsubst "%,%,$(CONFIG_OPTIMIZATIONS)) 100export CFLAGS_RELEASE=$(patsubst "%,%,$(CONFIG_OPTIMIZATIONS))
99export CFLAGS_RELEASE:=$(patsubst %",%,$(CFLAGS_RELEASE)) 101export CFLAGS_RELEASE:=$(patsubst %",%,$(CFLAGS_RELEASE))
100endif 102endif
101 103
102all clean lupdate lrelease: $(subdir-y) 104all clean lupdate lrelease install ipk: $(SUBDIRS)
103 105
104$(subdir-y) : $(if $(CONFIG_LIBQPE),$(QTDIR)/stamp-headers) \ 106$(subdir-y) : $(if $(CONFIG_LIBQPE),$(QTDIR)/stamp-headers) \
105 $(if $(CONFIG_LIBQPE-X11),$(QTDIR)/stamp-headers-x11) \ 107 $(if $(CONFIG_LIBQPE-X11),$(QTDIR)/stamp-headers-x11) \
106 $(TOPDIR)/library/custom.h 108 $(TOPDIR)/library/custom.h
107 109
108clean : $(TOPDIR)/.config 110clean : $(TOPDIR)/.config