author | kergoth <kergoth> | 2003-02-11 18:32:58 (UTC) |
---|---|---|
committer | kergoth <kergoth> | 2003-02-11 18:32:58 (UTC) |
commit | fdeb607c2222e36bbf817114088317b15219af78 (patch) (unidiff) | |
tree | f3ad2d34ac9200e6ffe3fc03a2e1e45b0b6a4895 /Makefile | |
parent | 613ae8a0a9c82dea1332651ba4f4a8e2f06eee0b (diff) | |
download | opie-fdeb607c2222e36bbf817114088317b15219af78.zip opie-fdeb607c2222e36bbf817114088317b15219af78.tar.gz opie-fdeb607c2222e36bbf817114088317b15219af78.tar.bz2 |
Abort on QTDIR not set
-rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,4 +1,8 @@ | |||
1 | #!/usr/bin/make -f | 1 | #!/usr/bin/make -f |
2 | ifndef QTDIR | ||
3 | $(error QTDIR not set) | ||
4 | endif | ||
5 | |||
2 | export OPIEDIR:=$(shell pwd) | 6 | export OPIEDIR:=$(shell pwd) |
3 | export TOPDIR:=$(OPIEDIR) | 7 | export TOPDIR:=$(OPIEDIR) |
4 | export QMAKE:=$(OPIEDIR)/qmake/qmake | 8 | export QMAKE:=$(OPIEDIR)/qmake/qmake |