CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
Fixed bug in Makefile
authorJose V Beneyto <sepen@crux.nu>
Tue, 16 Feb 2010 19:41:17 +0000 (20:41 +0100)
committerJose V Beneyto <sepen@crux.nu>
Tue, 16 Feb 2010 19:41:17 +0000 (20:41 +0100)
Makefile

index 34cbfd2892a274d38a103ab8cb9adb5c209d2e29..918fd586355d819a7c8b37f9b1568884573c5dbe 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,7 @@
 TARGET = arm-unknown-linux-gnu
 
 TOPDIR = $(shell pwd)
-WORK = $(PWD)/work
+WORK = $(TOPDIR)/work
 CROSSTOOLS = $(TOPDIR)/../../toolchain/crosstools
 
 KERNEL_VERSION = 2.6.16