From 50aabf8599da6099f9027cd1f023f81c26610959 Mon Sep 17 00:00:00 2001 From: Kent Mein Date: Fri, 8 Nov 2002 11:36:37 +0000 Subject: [PATCH] switched the order of build (frozen and intern are now intern and frozen) that way the lib gets installed before the dir didn't exist so it died. Kent -- mein@cs.umn.edu --- source/blender/bpython/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/blender/bpython/Makefile b/source/blender/bpython/Makefile index 819957631ff..fad66fbaec5 100644 --- a/source/blender/bpython/Makefile +++ b/source/blender/bpython/Makefile @@ -32,6 +32,6 @@ # Bounces make to subdirectories. SOURCEDIR = source/blender/bpython -DIRS = frozen intern +DIRS = intern frozen include nan_subdirs.mk