-rw-r--r-- | Makefile.test | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.test b/Makefile.test index 6753ee1..61d8a56 100644 --- a/Makefile.test +++ b/Makefile.test | |||
@@ -5,3 +5,2 @@ export TOPDIR:=$(OPIEDIR) | |||
5 | export QMAKESPECSDIR=$(OPIEDIR)/mkspecs | 5 | export QMAKESPECSDIR=$(OPIEDIR)/mkspecs |
6 | export QMAKESPEC=$(QMAKESPECSDIR)/qws/linux-generic-g++ | ||
7 | 6 | ||
@@ -87,2 +86,4 @@ endif | |||
87 | 86 | ||
87 | export QMAKESPEC=$(QMAKESPECSDIR)/qws/$(CONFIG_SPECFILE) | ||
88 | |||
88 | all : $(subdir-y) | 89 | all : $(subdir-y) |
@@ -91,3 +92,2 @@ $(subdir-y) : $(TOPDIR)/stamp-headers | |||
91 | 92 | ||
92 | |||
93 | include $(TOPDIR)/Rules.make | 93 | include $(TOPDIR)/Rules.make |