-rw-r--r-- | Makefile.test | 4 |
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 @@ #!/usr/bin/make -f -TOPDIR:=$(shell pwd) + +OPIEDIR:=$(shell pwd) +TOPDIR:=$(OPIEDIR) all : -include $(TOPDIR)/.config -include $(TOPDIR)/.depends all : $(TOPDIR)/.depends $(subdir-y) include $(TOPDIR)/Rules.make |