diff options
Diffstat (limited to 'TAO/Makefile')
-rw-r--r-- | TAO/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/Makefile b/TAO/Makefile index 169784a4efc..9af9addbdc7 100644 --- a/TAO/Makefile +++ b/TAO/Makefile @@ -104,5 +104,5 @@ CHECK = #### Then, make releasetao is invoked to actually create the kit. release: INSTALL @$(ACE_ROOT)/bin/make_release $(CHECK) -k tao -t $(REL) \ - -c "$(CONTROLLED_FILES)" -r "$(RELEASE_FILES)" -u && \ + -c "$(CONTROLLED_FILES)" -r "$(RELEASE_FILES)" && \ cd .. && $(MAKE) releasetao |