summaryrefslogtreecommitdiff
path: root/TAO/tao/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Makefile')
-rw-r--r--TAO/tao/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/TAO/tao/Makefile b/TAO/tao/Makefile
index 130076a0f84..42439cdc9fc 100644
--- a/TAO/tao/Makefile
+++ b/TAO/tao/Makefile
@@ -4,11 +4,11 @@
# Makefile for the TAO library
#----------------------------------------------------------------------------
-# This default rule is here so invoking make realclean will
+# This default rule is here so invoking make realclean will
# work when recursing through subdirectories
.DEFAULT:
@$(MAKE) -f Makefile.tao $@
- @$(MAKE) -f Makefile.dirs $@
+ @$(MAKE) -f Makefile.dirs SUBDIR_MAKEFILE=Makefile $@
# We need this rule, so that if parallel makes (-j) are invoked,
# the tao target will be built before the dirs target (otherwise the
@@ -23,8 +23,8 @@ all: tao dirs
tao:
@$(MAKE) -f Makefile.tao
-dirs:
- @$(MAKE) -f Makefile.dirs
+dirs:
+ @$(MAKE) -f Makefile.dirs SUBDIR_MAKEFILE=Makefile
# DO NOT DELETE THIS LINE -- g++dep uses it.
# DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.