summaryrefslogtreecommitdiff
path: root/Makefile
authormickeyl <mickeyl>2003-11-06 09:47:03 (UTC)
committer mickeyl <mickeyl>2003-11-06 09:47:03 (UTC)
commit26ae86ca1e42b61bd0f0031b437ed90a640aa82b (patch) (side-by-side diff)
tree852147293c6f4854709514fd745085537475b7cc /Makefile
parentfef41bb5d31e0292d150b9e0067b359894370fd9 (diff)
downloadopie-26ae86ca1e42b61bd0f0031b437ed90a640aa82b.zip
opie-26ae86ca1e42b61bd0f0031b437ed90a640aa82b.tar.gz
opie-26ae86ca1e42b61bd0f0031b437ed90a640aa82b.tar.bz2
work around sucky distributions
Diffstat (limited to 'Makefile') (more/less context) (ignore whitespace changes)
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a7213fb..1a5af83 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
#!/usr/bin/make -f
-export TOPDIR:=$(shell pwd)
+export TOPDIR:=$(OPIEDIR)
include $(TOPDIR)/Vars.make
ifneq ($(wildcard $(TOPDIR)/Vars.local),)