summaryrefslogtreecommitdiff
path: root/Makefile.test
Unidiff
Diffstat (limited to 'Makefile.test') (more/less context) (ignore whitespace changes)
-rw-r--r--Makefile.test4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.test b/Makefile.test
index d4ae663..dc0eec7 100644
--- a/Makefile.test
+++ b/Makefile.test
@@ -1,11 +1,13 @@
1#!/usr/bin/make -f 1#!/usr/bin/make -f
2TOPDIR:=$(shell pwd) 2
3OPIEDIR:=$(shell pwd)
4TOPDIR:=$(OPIEDIR)
3 5
4all : 6all :
5 7
6-include $(TOPDIR)/.config 8-include $(TOPDIR)/.config
7-include $(TOPDIR)/.depends 9-include $(TOPDIR)/.depends
8 10
9all : $(TOPDIR)/.depends $(subdir-y) 11all : $(TOPDIR)/.depends $(subdir-y)
10 12
11include $(TOPDIR)/Rules.make 13include $(TOPDIR)/Rules.make