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
commit8ace001239b03753fe7e9fbf570c0c70984100f7 (patch)
treea30283a5bd483025ad528cf48da6db8a0f7a164f /Makefile
parent270d5e087d06a0e73484453b8f5532904a08a771 (diff)
downloadATCD-8ace001239b03753fe7e9fbf570c0c70984100f7.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)