author | mickeyl <mickeyl> | 2003-11-06 09:47:03 (UTC) |
---|---|---|
committer | mickeyl <mickeyl> | 2003-11-06 09:47:03 (UTC) |
commit | 26ae86ca1e42b61bd0f0031b437ed90a640aa82b (patch) (unidiff) | |
tree | 852147293c6f4854709514fd745085537475b7cc | |
parent | fef41bb5d31e0292d150b9e0067b359894370fd9 (diff) | |
download | opie-26ae86ca1e42b61bd0f0031b437ed90a640aa82b.zip opie-26ae86ca1e42b61bd0f0031b437ed90a640aa82b.tar.gz opie-26ae86ca1e42b61bd0f0031b437ed90a640aa82b.tar.bz2 |
work around sucky distributions
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | gen.pro | 3 |
2 files changed, 1 insertions, 4 deletions
@@ -1,9 +1,9 @@ | |||
1 | #!/usr/bin/make -f | 1 | #!/usr/bin/make -f |
2 | 2 | ||
3 | export TOPDIR:=$(shell pwd) | 3 | export TOPDIR:=$(OPIEDIR) |
4 | 4 | ||
5 | include $(TOPDIR)/Vars.make | 5 | include $(TOPDIR)/Vars.make |
6 | ifneq ($(wildcard $(TOPDIR)/Vars.local),) | 6 | ifneq ($(wildcard $(TOPDIR)/Vars.local),) |
7 | include $(TOPDIR)/Vars.local | 7 | include $(TOPDIR)/Vars.local |
8 | endif | 8 | endif |
9 | 9 | ||
diff --git a/gen.pro b/gen.pro deleted file mode 100644 index 5980051..0000000 --- a/gen.pro +++ b/dev/null | |||
@@ -1,3 +0,0 @@ | |||
1 | CONFIG += debug | ||
2 | CONFIG -= release | ||
3 | CONFIG -= qt3 | ||