diff options
author | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-11-24 00:31:31 +0000 |
---|---|---|
committer | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-11-24 00:31:31 +0000 |
commit | 45a41c9fad4f2041e43297377e982bbcb6695741 (patch) | |
tree | 330bc1f7f016d6890b5797a5dd00f260d1d0b014 /Makefile | |
parent | c88664f3af731494de93efcff4e6969b840b5067 (diff) | |
download | ATCD-45a41c9fad4f2041e43297377e982bbcb6695741.tar.gz |
ChangeLogTag:Thu Nov 23 18:27:52 2000 Carlos O'Ryan <coryan@cs.wustl.edu>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -235,7 +235,7 @@ releasetao: #### recursively invoking make release in the TAO directory. #### The make then recursively invokes make releasetao in this #### directory to create the combined ACE-TAO kit. -releaseall: $(APPLY_NEW_TAG) ACE-INSTALL +releaseall: $(APPLY_NEW_TAG) @cd TAO && $(MAKE) -s release REL=$(REL) .PHONY: show_controlled_files show_release_files show_release_lib_files |