summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ac69728286f..53c61987543 100644
--- a/Makefile
+++ b/Makefile
@@ -140,7 +140,7 @@ releasetao:
#### The make then recursively invokes make releasetao in this
#### directory to create the combined ACE-TAO kit.
releaseall: release
- @cd TAO && make release REL=$(REL)
+ @cd TAO && $(MAKE) release REL=$(REL)
ACE-INSTALL: ACE-INSTALL.html
@lynx -dump $< > $@