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>2006-12-12 04:30:24 +0300
committerChris Want <cwant@ualberta.ca>2006-12-12 04:30:24 +0300
commit95c3e8041c708df136da50d4da0fe83e82b8d476 (patch)
treed55e259ab5b24571705e8be1c0a01261309fb029 /source/blender/python/api2_2x/Makefile
parent5841ba740afe1238872275929043ccecda3f7d4c (diff)
Kludge to ensure that the BPY_*.[od] files are deleted during
"make clean".
Diffstat (limited to 'source/blender/python/api2_2x/Makefile')
-rw-r--r--source/blender/python/api2_2x/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/source/blender/python/api2_2x/Makefile b/source/blender/python/api2_2x/Makefile
index 3f3682be8bd..f49d7c3320e 100644
--- a/source/blender/python/api2_2x/Makefile
+++ b/source/blender/python/api2_2x/Makefile
@@ -58,3 +58,9 @@ CPPFLAGS += -I../../radiosity/extern/include
CPPFLAGS += -I$(NAN_BMFONT)/include
CPPFLAGS += -I../../imbuf
CPPFLAGS += -I$(NAN_PYTHON)/include/python$(NAN_PYTHON_VERSION)
+
+# We'll just add a little duct tape to fix things here ...
+.PHONY: clean
+clean::
+ @rm -f $(OCGDIR)/blender/BPY_*.o
+ @rm -f $(OCGDIR)/blender/BPY_*.d