diff options
author | Ossama Othman <ossama-othman@users.noreply.github.com> | 1999-12-21 06:00:18 +0000 |
---|---|---|
committer | Ossama Othman <ossama-othman@users.noreply.github.com> | 1999-12-21 06:00:18 +0000 |
commit | 2556a3a33bf650debc5c8f3ce44d06d597bb5540 (patch) | |
tree | a30283a5bd483025ad528cf48da6db8a0f7a164f /Makefile | |
parent | 052745a087c001cfb3dc7d3c2cae2eb23b3d0dce (diff) | |
download | ATCD-2556a3a33bf650debc5c8f3ce44d06d597bb5540.tar.gz |
Fixed typo I accidentally introduced.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |