Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Want <cwant@ualberta.ca>2005-04-10 02:40:34 +0400
committerChris Want <cwant@ualberta.ca>2005-04-10 02:40:34 +0400
commit6275dd5b14e94f06e73bc97ed5ee244f215fffeb (patch)
tree535dd29f44af23196261761241397361d0242da3 /Makefile
parent9b81d8f84cb50d67dfe86a0c65814f568f80f2f8 (diff)
Clean up for Makefiles: some of the directories were being printed
wrong (e.g., "/Fuzzics" and "/Joystick", and some of the solid stuff). This was particularly noticable during "make clean".
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 8cca8f2a6d1..b77adf82cfb 100644
--- a/Makefile
+++ b/Makefile
@@ -45,7 +45,7 @@ sinclude user-def.mk
export NANBLENDERHOME=$(shell pwd)
MAKEFLAGS=-I$(NANBLENDERHOME)/source --no-print-directory
-SOURCEDIR = blender
+SOURCEDIR =
ifeq ($(FREE_WINDOWS),true)
DIRS ?= dlltool extern intern source po
endif