From 95c3e8041c708df136da50d4da0fe83e82b8d476 Mon Sep 17 00:00:00 2001 From: Chris Want Date: Tue, 12 Dec 2006 01:30:24 +0000 Subject: [PATCH] Kludge to ensure that the BPY_*.[od] files are deleted during "make clean". --- source/blender/python/api2_2x/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) 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