author | kergoth <kergoth> | 2002-11-01 19:52:34 (UTC) |
---|---|---|
committer | kergoth <kergoth> | 2002-11-01 19:52:34 (UTC) |
commit | 9f0e23f896a11355f41337874d0d574853c24b6d (patch) (side-by-side diff) | |
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,6 +1,8 @@ #!/usr/bin/make -f -TOPDIR:=$(shell pwd) + +OPIEDIR:=$(shell pwd) +TOPDIR:=$(OPIEDIR) all : -include $(TOPDIR)/.config |