summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorUlf Samuelsson <ulf.samuelsson@atmel.com>2007-08-16 18:19:42 +0000
committerUlf Samuelsson <ulf.samuelsson@atmel.com>2007-08-16 18:19:42 +0000
commit5d2be049791872cd2a66a4ef80bd22e199d9c876 (patch)
tree1944db10e1a36e90fc53b1b40f6fff9a9350b052 /Makefile
parent0a9af49e0b41dc66ce0bb0d583b0241a882f2700 (diff)
Move fakeroot temps from STAGING_DIR to PROJECT_BUILD_DIR
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e94f978d8..b9e4cd264 100644
--- a/Makefile
+++ b/Makefile
@@ -260,7 +260,7 @@ $(PROJECT_BUILD_DIR)/.root:
$(TARGET_DIR): $(PROJECT_BUILD_DIR)/.root
erase-fakeroots:
- rm -f $(STAGING_DIR)/.fakeroot*
+ rm -f $(PROJECT_BUILD_DIR)/.fakeroot*
source: $(TARGETS_SOURCE) $(HOST_SOURCE)