Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Stone <michael@laptop.org>2010-06-27 20:40:58 (GMT)
committer Michael Stone <michael@laptop.org>2010-06-27 20:40:58 (GMT)
commita063bdef29e0a7a19bbe2b8f0420844b7ac54e02 (patch)
tree62fe8f7a849ec835e0876e00416db204cec28839
parent2eef9b01cc7afc8c4dff2e52213827ac0c34b2a9 (diff)
Ensure that files generated by "make run" contain absolute paths.
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 1a546af..31e808f 100644
--- a/Makefile
+++ b/Makefile
@@ -282,8 +282,8 @@ deps:
-(grep 'Fedora' /etc/fedora-release) && yum install $(FEDORA_DEPS)
run:
- $(MAKE) DESTDIR=./tree install
- ./tree/usr/bin/sugar-env sugar-emulator
+ $(MAKE) DESTDIR=`pwd`/tree install
+ `pwd`/tree/usr/bin/sugar-env sugar-emulator
# .PHONY:
.DEFAULT_GOAL := all