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
path: root/extern
diff options
context:
space:
mode:
authorWouter van Heyst <larstiq-bforge@larstiq.dyndns.org>2003-01-20 03:01:05 +0300
committerWouter van Heyst <larstiq-bforge@larstiq.dyndns.org>2003-01-20 03:01:05 +0300
commit558b75b9d35306fad72e6e49206478fcdc6a9d3f (patch)
tree172a81f38c9ea98ff1eb4b2d2ce1384d75dd9499 /extern
parent7401ed64a9f188750697aed70f00416ab3a70cac (diff)
Create dist/lib so the build can create it's library as expected
Diffstat (limited to 'extern')
-rw-r--r--extern/ode/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/extern/ode/Makefile b/extern/ode/Makefile
index 55c7bc6967b..a80698153f6 100644
--- a/extern/ode/Makefile
+++ b/extern/ode/Makefile
@@ -42,6 +42,7 @@ all:
[ $$? -eq 0 ] || patch < patchfile.FreeBSD )
endif
ifeq ($(OS),$(findstring $(OS), "freebsd linux"))
+ [ -d $(DISTDIR)/lib ] || mkdir $(DISTDIR)/lib
$(MAKE) -C $(DISTDIR)
endif
ifeq ($(OS),windows)