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:
authorHans Lambermont <hans@lambermont.dyndns.org>2003-01-20 00:17:45 +0300
committerHans Lambermont <hans@lambermont.dyndns.org>2003-01-20 00:17:45 +0300
commit016cca242f2dd0215252d37589f3fdd461218361 (patch)
treef84cc60b4c168138f3e03165bb83151ecc0f56a8 /extern/ode
parente4ef29295c602fff4b4a54b471857edbf08d7200 (diff)
reshuffle the 'install' target :
- 'all' in extern/ first builds every subdir, then also 'install's the header files and the library. This way a top-level Makefile only needs to call 'all' for extern/ and have it build and install. - 'clean' still works as it should
Diffstat (limited to 'extern/ode')
-rw-r--r--extern/ode/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/extern/ode/Makefile b/extern/ode/Makefile
index cd6a7dffaf6..812978a8e28 100644
--- a/extern/ode/Makefile
+++ b/extern/ode/Makefile
@@ -52,7 +52,6 @@ all:
install: all
ifeq ($(OS),$(findstring $(OS), "freebsd linux"))
- @echo "====> $(MAKE) $@ in $(SOURCEDIR)"
[ -d $(LCGDIR) ] || mkdir $(LCGDIR)
[ -d $(NAN_ODE) ] || mkdir $(NAN_ODE)
[ -d $(NAN_ODE)/include ] || mkdir $(NAN_ODE)/include