author | kergoth <kergoth> | 2002-11-01 19:52:34 (UTC) |
---|---|---|
committer | kergoth <kergoth> | 2002-11-01 19:52:34 (UTC) |
commit | 9f0e23f896a11355f41337874d0d574853c24b6d (patch) (unidiff) | |
tree | d0425d7420bbc34b398dbfc444781d51d1c6e7ab | |
parent | 1a0dd7409aeb07b7123755d5849837073c93636a (diff) | |
download | opie-9f0e23f896a11355f41337874d0d574853c24b6d.zip opie-9f0e23f896a11355f41337874d0d574853c24b6d.tar.gz opie-9f0e23f896a11355f41337874d0d574853c24b6d.tar.bz2 |
tweaks
-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 | ||