-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,5 +1,7 @@ | |||
1 | #!/usr/bin/make -f | 1 | #!/usr/bin/make -f |
2 | TOPDIR:=$(shell pwd) | 2 | |
3 | OPIEDIR:=$(shell pwd) | ||
4 | TOPDIR:=$(OPIEDIR) | ||
3 | 5 | ||
4 | all : | 6 | all : |
5 | 7 | ||