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
This commit is contained in:
Kent Mein 2002-11-08 11:36:37 +00:00
parent bd89c211a2
commit 50aabf8599

@ -32,6 +32,6 @@
# Bounces make to subdirectories.
SOURCEDIR = source/blender/bpython
DIRS = frozen intern
DIRS = intern frozen
include nan_subdirs.mk