author | kergoth <kergoth> | 2002-11-05 21:21:19 (UTC) |
---|---|---|
committer | kergoth <kergoth> | 2002-11-05 21:21:19 (UTC) |
commit | 29d8b412c02963b58482a9e58e23becb8f18fa0d (patch) (side-by-side diff) | |
tree | e050191ff73849c05492ba419334af480cb64fd4 | |
parent | c9d9315e03afba63853a10dec16a6a9dea3a5c4e (diff) | |
download | opie-29d8b412c02963b58482a9e58e23becb8f18fa0d.zip opie-29d8b412c02963b58482a9e58e23becb8f18fa0d.tar.gz opie-29d8b412c02963b58482a9e58e23becb8f18fa0d.tar.bz2 |
Obey our new specfile config parameter
-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) export QMAKESPECSDIR=$(OPIEDIR)/mkspecs -export QMAKESPEC=$(QMAKESPECSDIR)/qws/linux-generic-g++ @@ -87,2 +86,4 @@ endif +export QMAKESPEC=$(QMAKESPECSDIR)/qws/$(CONFIG_SPECFILE) + all : $(subdir-y) @@ -91,3 +92,2 @@ $(subdir-y) : $(TOPDIR)/stamp-headers - include $(TOPDIR)/Rules.make |