diff options
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -355,7 +355,7 @@ clean: release: # Update the changelog ./CVS2CL - cvs commit -m "Updated for ${VERSION}" -ko ChangeLog + cvs commit -m "Updated for ${VERSION}" ChangeLog # Update the RPM specfile cvs edit ${RPM_SPECFILE} |