-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | gen.pro | 3 |
2 files changed, 1 insertions, 4 deletions
@@ -1,6 +1,6 @@ | |||
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),) |
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 | ||