summaryrefslogtreecommitdiff
authorkergoth <kergoth>2002-11-05 21:21:19 (UTC)
committer kergoth <kergoth>2002-11-05 21:21:19 (UTC)
commit29d8b412c02963b58482a9e58e23becb8f18fa0d (patch) (unidiff)
treee050191ff73849c05492ba419334af480cb64fd4
parentc9d9315e03afba63853a10dec16a6a9dea3a5c4e (diff)
downloadopie-29d8b412c02963b58482a9e58e23becb8f18fa0d.zip
opie-29d8b412c02963b58482a9e58e23becb8f18fa0d.tar.gz
opie-29d8b412c02963b58482a9e58e23becb8f18fa0d.tar.bz2
Obey our new specfile config parameter
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--Makefile.test4
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)
5export QMAKESPECSDIR=$(OPIEDIR)/mkspecs 5export QMAKESPECSDIR=$(OPIEDIR)/mkspecs
6export QMAKESPEC=$(QMAKESPECSDIR)/qws/linux-generic-g++
7 6
@@ -87,2 +86,4 @@ endif
87 86
87export QMAKESPEC=$(QMAKESPECSDIR)/qws/$(CONFIG_SPECFILE)
88
88all : $(subdir-y) 89all : $(subdir-y)
@@ -91,3 +92,2 @@ $(subdir-y) : $(TOPDIR)/stamp-headers
91 92
92
93include $(TOPDIR)/Rules.make 93include $(TOPDIR)/Rules.make