summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorUlf Samuelsson2007-08-16 20:19:42 +0200
committerUlf Samuelsson2007-08-16 20:19:42 +0200
commit5d2be049791872cd2a66a4ef80bd22e199d9c876 (patch)
tree1944db10e1a36e90fc53b1b40f6fff9a9350b052 /Makefile
parentEnsure lzma is built *before* linux, allow system installation in /usr/local/bin (diff)
downloadbuildroot-5d2be049791872cd2a66a4ef80bd22e199d9c876.tar.gz
buildroot-5d2be049791872cd2a66a4ef80bd22e199d9c876.tar.xz
buildroot-5d2be049791872cd2a66a4ef80bd22e199d9c876.zip
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)