summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>1999-12-21 06:00:18 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>1999-12-21 06:00:18 +0000
commit2556a3a33bf650debc5c8f3ce44d06d597bb5540 (patch)
treea30283a5bd483025ad528cf48da6db8a0f7a164f /Makefile
parent052745a087c001cfb3dc7d3c2cae2eb23b3d0dce (diff)
downloadATCD-2556a3a33bf650debc5c8f3ce44d06d597bb5540.tar.gz
Fixed typo I accidentally introduced.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b56bb12fa6d..5d0329cf9e6 100644
--- a/Makefile
+++ b/Makefile
@@ -198,7 +198,7 @@ REL = beta
ZIP_FILES =
#### The release target creates the ACE (only) kit.
-release: $(APPLY_NEW_TAG
+release: $(APPLY_NEW_TAG)
@$(ACE_ROOT)/bin/make_release -k ace $(ACE_TAG) \
$(INSTALL_KIT) $(GENERATE_MAN_PAGES) $(ZIP_FILES) $(CHECK)